Skip to content

Commit 47ead38

Browse files
committed
Used the wrong image names (they were the helix names instead of the AzDO agent image names).
1 parent 28ce895 commit 47ead38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ variables:
126126
# Variables used: DncEngInternalBuildPool
127127
- template: /eng/common/templates-official/variables/pool-providers.yml@source
128128
- name: AgentImageInternal
129-
value: windows.amd64.vs2026.pre.scout
129+
value: windows.vs2026preview.scout.amd64
130130
############### ARCADE ###############
131131
# Both this (used in Arcade for the MicroBuildSigningPlugin) and DotNetSignType (used in Arcade in Sign.proj) are necessary to set the sign type.
132132
# https://github.com/dotnet/arcade/blob/ccae251ef033746eb0213329953f5e3c1687693b/Documentation/ArcadeSdk.md#common-steps-in-azure-devops-pipeline

eng/pipelines/templates/variables/workload-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
- name: AgentImagePublic
3-
value: windows.amd64.vs2026.pre.scout.open
3+
value: windows.vs2026preview.scout.amd64.open
44
- name: _SignType
55
value: test
66
- name: _TeamName

0 commit comments

Comments
 (0)