To publish profile using Azure pipelines

Venkata Kalyani, Chidipothu 1 Reputation point
2021-08-18T07:30:14.893+00:00

Hi,

I am unable to publish specific (.pubxml) profile using Azure Pipelines.

Here are the MS build Arguments used for the pipeline.

/p:DeployOnBuild=true /p:Configuration="$(BuildConfiguration)" /p:PublishProfile="F:\BRM_Prod_Agent_work\1\s\SoftwareFactory.App\Properties\PublishProfiles\Brm - UAT - WebDeploy - UAT.pubxml" /p:OutputPath=bin\$(BuildConfiguration) /p:PublishUrl="F:\BRM_Prod_Agent\UATpublish"

By default it is taking production profile. so we wanted to publish non production profile and deploy it. It is simple .net project.

Could any once please provide any solution or suggestions for this query.

Thanks

Kalyani Chidipothu

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,794 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,686 Reputation points
    2021-08-18T15:34:18.523+00:00

    Azure DevOps related questions are not supported on this forum. It's better to reach out to experts in a dedicated forum over here:

    https://developercommunity.visualstudio.com/spaces/21/index.html


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments