Skip to content

Commit d348a10

Browse files
committed
Use expansion in a variable
1 parent 8bff296 commit d348a10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines-official.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ variables:
6262
value: ''
6363
- name: _BuildConfig
6464
value: Release
65+
- name: _Products
66+
value: ${{parameters.products}}
6567

6668
- ${{ if eq(parameters.isRTM, True) }}:
6769
- name: _ReleaseVersionKind
@@ -82,7 +84,7 @@ variables:
8284
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
8385
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
8486
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
85-
/p:ProductsToBuild=${{parameters.products}}
87+
/p:ProductsToBuild=$(_Products)
8688

8789
resources:
8890
repositories:

0 commit comments

Comments
 (0)