Sunday, 15 July 2012

Azure: How do I disable the deployment an just create a package file? -



Azure: How do I disable the deployment an just create a package file? -

we have couple of cloud services , continuous delivery test environment via team build. production environment, have our own deployment powershell script. script needs .cspkg file deployment.

my problem haven't found way allow team build create .cspkg file not publish azure. i've used azurecontinousdeployment.11.xaml template , insists on publishing package. i've tried set "deployment settings name" empty string. build runs without errors, way, no bundle created.

is there way stop somewhere in between? maybe alter in .azurepubxml file accomplish that?

environment: vs2012, team foundation service (visualstudio.com)...

i have custom build template xaml invoke msbuild task (microsoft.teamfoundation.build.workflow.activities.msbuild) on azure project (.ccproj file) "publish" target.

(despite having same name ui command pushes bundle azure, "publish" target means "generate bundle without pushing anywhere".)

deployment azure visual-studio-2012

No comments:

Post a Comment