File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed
src/Microsoft.NET.Workloads Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ parameters:
125125variables :
126126# Variables used: DncEngInternalBuildPool
127127- template : /eng/common/templates-official/variables/pool-providers.yml@source
128+ - name : AgentImageInternal
129+ value : windows.vs2026preview.scout.amd64
128130# ############## ARCADE ###############
129131# Both this (used in Arcade for the MicroBuildSigningPlugin) and DotNetSignType (used in Arcade in Sign.proj) are necessary to set the sign type.
130132# https://github.com/dotnet/arcade/blob/ccae251ef033746eb0213329953f5e3c1687693b/Documentation/ArcadeSdk.md#common-steps-in-azure-devops-pipeline
@@ -171,7 +173,7 @@ extends:
171173 - repository : source
172174 sourceAnalysisPool :
173175 name : $(DncEngInternalBuildPool)
174- image : 1es-windows-2022
176+ image : $(AgentImageInternal)
175177 os : windows
176178 policheck :
177179 enabled : true
@@ -224,7 +226,7 @@ extends:
224226 environment : DotNet-SDK-Workloads
225227 pool :
226228 name : $(DncEngInternalBuildPool)
227- image : 1es-windows-2022
229+ image : $(AgentImageInternal)
228230 os : windows
229231 templateContext :
230232 # Docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/releasepipelines/overview
Original file line number Diff line number Diff line change 2525 timeoutInMinutes : 120
2626 pool :
2727 name : $(DncEngInternalBuildPool)
28- image : 1es-windows-2022
28+ image : $(AgentImageInternal)
2929 os : windows
3030 steps :
3131 - template : /eng/pipelines/templates/steps/workload-checkout.yml@self
Original file line number Diff line number Diff line change 1414 timeoutInMinutes : 120
1515 pool :
1616 name : $(DncEngInternalBuildPool)
17- image : 1es-windows-2022
17+ image : $(AgentImageInternal)
1818 os : windows
1919 templateContext :
2020 type : buildJob
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stages:
1313 displayName : Build Repo
1414 pool :
1515 name : $(DncEngPublicBuildPool)
16- demands : ImageOverride -equals windows.vs2022.amd64.open
16+ demands : ImageOverride -equals $(AgentImagePublic)
1717 artifacts :
1818 publish :
1919 logs :
Original file line number Diff line number Diff line change 11variables :
2+ - name : AgentImagePublic
3+ value : windows.vs2026preview.scout.amd64.open
24- name : _SignType
35 value : test
46- name : _TeamName
Original file line number Diff line number Diff line change 159159 </CreateLightCommandPackageDrop >
160160 </Target >
161161
162- <Target Name =" UpdateRunNameWithWorkloadsVersion" AfterTargets =" Build" Condition =" '$(TF_BUILD)' != ''" >
162+ <Target Name =" UpdateRunNameWithWorkloadsVersion" AfterTargets =" Build" Condition =" '$(TF_BUILD)' != '' and '$(SYSTEM_TEAMPROJECT)' == 'internal' " >
163163 <!-- SOURCEBRANCHCOMMITMESSAGE is set to the Azure Pipelines environment within the SetRunName step. -->
164164 <!-- We simply pull it out of the environment variables because trying to set it to an MSBuild property can cause issues in the YAML if the message contains special characters. -->
165165 <Message Text =" ##vso[build.updatebuildnumber]$(OfficialBuildId) • $(WorkloadsVersion) • $(SOURCEBRANCHCOMMITMESSAGE)" Importance =" high" />
You can’t perform that action at this time.
0 commit comments