Skip to content

Add DR deployment#138

Open
danzhu54 wants to merge 3 commits intomainfrom
build-pipeline-update
Open

Add DR deployment#138
danzhu54 wants to merge 3 commits intomainfrom
build-pipeline-update

Conversation

@danzhu54
Copy link
Copy Markdown
Collaborator

Changes:

  • Add DR stage to release pipeline
  • Add Release config for build

cd src/apisof.net
dotnet clean
dotnet publish apisof.net.csproj -o "$(build.artifactstagingdirectory)/publish" /p:SourceRevisionId=$(Build.SourceVersion)
dotnet publish apisof.net.csproj -c Release -o "$(build.artifactstagingdirectory)/publish" /p:SourceRevisionId=$(Build.SourceVersion)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since publish configuration changed to Release since .NET 8, maybe no need to specify explicitly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants