Problem with Azure CS Deploy
On one branch after the build step I run a custom script that calls msbuild to do the Azure packaging with extra parameters in order to add the remote debug feature.
Package stage runs without error.
At the end of the build I have two artifacts in the root of my
solution and pushed to Appveyor:
projectname.cspkg
ServiceConfiguration.Cloud.cscfg
But when the build reaches the Azure CS deploy stage it errors with "Azure Cloud Service configuration for "Cloud" target profile not found."
based on the docs I assumed these were the correct files to have?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by julian.elve on Dec 17, 2014 @ 01:14 PM
Ah... if I edit my script to push the ServiceConfiguration.Cloud.cscfg as
projectname.Cloud.cscfg all is good
Do the docs need a tweak?
2 Posted by julian.elve on Dec 17, 2014 @ 01:26 PM
No, my bad, was misinterpreting the parameters to the appveyor PushArtifact command....
julian.elve closed this discussion on Dec 17, 2014 @ 01:26 PM.