Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d348a10

Browse filesBrowse files
committed
Use expansion in a variable
1 parent 8bff296 commit d348a10
Copy full SHA for d348a10

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎azure-pipelines-official.yml

Copy file name to clipboardExpand all lines: azure-pipelines-official.yml
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.