Skip to content

Commit 51393e5

Browse files
authored
pipeline update (#12752)
updating the pipeline according to #12522
1 parent a73379b commit 51393e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines/vs-insertion.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ parameters:
4444
values:
4545
- auto
4646
- main
47+
- rel/d18.1
4748
- rel/d18.0
4849
- rel/d17.14
4950
- rel/d17.13
@@ -66,7 +67,9 @@ parameters:
6667
variables:
6768
# `auto` should work every time and selecting a branch in parameters is likely to fail due to incompatible versions in MSBuild and VS
6869
- name: AutoInsertTargetBranch
69-
${{ if eq(variables['Build.SourceBranchName'], 'vs18.0') }}:
70+
${{ if eq(variables['Build.SourceBranchName'], 'vs18.1') }}:
71+
value: 'rel/d18.1'
72+
${{ elseif eq(variables['Build.SourceBranchName'], 'vs18.0') }}:
7073
value: 'rel/d18.0'
7174
${{ elseif eq(variables['Build.SourceBranchName'], 'vs17.14') }}:
7275
value: 'rel/d17.14'

0 commit comments

Comments
 (0)