Skip to content

Commit

Permalink
Fix official pipeline for releasing products
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 15, 2024
1 parent 0dd4f1c commit 2684869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ variables:
value: ''
- name: _BuildConfig
value: Release
- name: _Products
value: $(parameters.products)

- ${{ if eq(parameters.isRTM, True) }}:
- name: _ReleaseVersionKind
Expand All @@ -82,7 +84,7 @@ variables:
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
/p:ProductsToBuild=$(parameters.products)
/p:ProductsToBuild=$(_Products)

resources:
repositories:
Expand Down

0 comments on commit 2684869

Please sign in to comment.