where do i drop my PreDeploy.ps1
richie4444
Posts: 5
I've read the documentation but I can't figure out where the "root of the nuget feed" is exactly. I'm not that familiar with nuget.
I've used the default installations for deployment manager. Can you give me an example of where i would drop by "predeploy.ps1" file? Thanks.
I've used the default installations for deployment manager. Can you give me an example of where i would drop by "predeploy.ps1" file? Thanks.
Comments
As for your powershell file; it would be helpful to know how you're creating your nuget package, and the type of application you're packaging up.
Redgate Software
Redgate Software
Ensure the build action on the properties is "Content" and then when you run the packaging tool, it'll be included.
Redgate Software