Skip to content

Commit

Permalink
Use expansion in a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 16, 2024
1 parent 8bff296 commit d348a10
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 d348a10

Please sign in to comment.