msbuild - Azure Cloud Service continuous integration with existing ccproj profile -
how continuous integration work using publish settings profile in our cloud project?
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:
here current state of our 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
/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
Post a Comment