File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ stages:
8383 timeoutInMinutes : 360
8484 pool :
8585 name : NetCore1ESPool-Svc-Internal
86- demands : ImageOverride -equals Build.Server .Amd64.VS2019
86+ demands : ImageOverride -equals Build.Windows .Amd64.VS2022.Pre
8787
8888 steps :
8989 - powershell : Write-Host "##vso[task.setvariable variable=SourceBranchName]$('$(Build.SourceBranch)'.Substring('refs/heads/'.Length))"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ stages:
4949 timeoutInMinutes : 360
5050 # Conditionally set build pool so we can share this YAML when building with different pipeline
5151 pool :
52- name : VSEngSS-MicroBuild2017
52+ name : VSEngSS-MicroBuild2022-1ES
5353 demands :
5454 - msbuild
5555 - visualstudio
@@ -210,7 +210,7 @@ stages:
210210 displayName : Create Insertion
211211 dependsOn :
212212 - build
213-
213+
214214 jobs :
215215 - job : insert
216216 displayName : Insert to VS
@@ -220,7 +220,7 @@ stages:
220220 - powershell : Write-Host "##vso[task.setvariable variable=SourceBranchName]$('$(Build.SourceBranch)'.Substring('refs/heads/'.Length))"
221221 displayName : Setting SourceBranchName variable
222222 condition : succeeded()
223-
223+
224224 - template : eng/pipelines/insert.yml
225225 parameters :
226226 createDraftPR : true
@@ -232,4 +232,4 @@ stages:
232232 titlePrefix : ${{ parameters.OptionalTitlePrefix }}
233233 sourceBranch : $(SourceBranchName)
234234 publishDataURI : " https://raw.githubusercontent.com/dotnet/roslyn/main/eng/config/PublishData.json"
235-
235+
Original file line number Diff line number Diff line change 2020- job : RichCodeNav_Indexing
2121 pool :
2222 name : NetCore1ESPool-Svc-Public
23- demands : ImageOverride -equals Build.Windows.10. Amd64.Open
23+ demands : ImageOverride -equals Build.Windows.Amd64.VS2022.Pre .Open
2424 variables :
2525 EnableRichCodeNavigation : true
2626 timeoutInMinutes : 200
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 jobName : Build_Windows_Debug
2222 testArtifactName : Transport_Artifacts_Windows_Debug
2323 configuration : Debug
24- queueName : Build.Windows.10. Amd64.Open
24+ queueName : Build.Windows.Amd64.VS2022.Pre .Open
2525
2626- template : eng/pipelines/build-windows-job.yml
2727 parameters :
2828 jobName : Build_Windows_Release
2929 testArtifactName : Transport_Artifacts_Windows_Release
3030 configuration : Release
31- queueName : Build.Windows.10. Amd64.Open
31+ queueName : Build.Windows.Amd64.VS2022.Pre .Open
3232
3333- template : eng/pipelines/test-windows-job.yml
3434 parameters :
@@ -202,7 +202,7 @@ jobs:
202202- job : Correctness_Rebuild
203203 pool :
204204 name : NetCore1ESPool-Svc-Public
205- demands : ImageOverride -equals Build.Windows.10. Amd64.Open
205+ demands : ImageOverride -equals Build.Windows.Amd64.VS2022.Pre .Open
206206 timeoutInMinutes : 90
207207 steps :
208208 - template : eng/pipelines/checkout-windows-task.yml
You can’t perform that action at this time.
0 commit comments