Allow to deploy a package without windows service or web application
I want to be able to drop a nuget package and run post deploy scripts without deploying it to an application.
In my case I want this to be just a package that contains migrations, usually for data fixes, which I can deploy without redeploy an app or have have fake apps in my servers.
At the moment if I do that (just deploy a package), and not select a windows service/web app deploy the PostDeploy.ps1 in the nuget package never gets executed.
1
vote

-
Arnaud CORNELY commented
Hi, this can be done by correctly selecting the features of your step.