I created build step with type "MSBuild", set Target to "Clean;Build;Publish", added command line parameters to /p:Configuration=Release;PublishDir=M:\MyPackage
after running configuration I got "success" status but M:\MyPackage folder is empty.
I need just revive deployment package files in directory on same computer but do not deploy to server or somewhere else
I've solved this problem by creating "Visual Studio" build step and add next build parameters
/p:Configuration=QA
/p:DeployOnBuild=true
/p:PublishDir=M:\MyPackage
It still do not copy deployment package to MyPackage folder, but it is available in "obj" directory of project sources and this is enough for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With