Skip to content

Commit 565b381

Browse files
committed
Try dnceng win pool
1 parent 2f222fa commit 565b381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ variables:
2525
HostedPoolName: Azure Pipelines
2626
HostedWinImage: windows-2022
2727
HostedMacImage: macOS-14
28+
DncEngPublicPoolName: NetCore-Public
2829

2930
jobs:
3031
- job: windows_dotnet_build
3132
displayName: Windows - .NET
3233
pool:
33-
name: $(HostedPoolName)
34-
vmImage: $(HostedWinImage)
34+
name: $(DncEngPublicPoolName)
3535
timeoutInMinutes: 60
3636
workspace:
3737
clean: all

0 commit comments

Comments
 (0)