msbuild - Azure Cloud Service continuous integration with existing ccproj profile -


how continuous integration work using publish settings profile in our cloud project?

cloud project development profile

when using default tfvccontinuousdeploymenttemplate.12.xaml, publish ignores of profile settings. doesn't use correct storage account , publishes staging environment.

here settings development publish profile:

publish profile

here current state of our build definition:

build definition

"path deployment settings" sounds correct only azure websites.

how publish using profile settings specified in .azurepubxml file?

ci template tfvccontinuousdeploymenttemplate.12.xaml not use publishing profile. relevant settings (deployment slot, storage account name, ...) configured in 6. deployment > deployment > windows azure deployment environment

enter image description here

/p:targetprofile=development specifies service configuration (selects correct .cscfg file), not publishing profile.

if need configure additional features example remote debugging, have add additional msbuild parameters in 2. build > 5. advanced > msbuild arguments.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -