Skip to content

Commit e3f6a19

Browse files
committed
[ci] Update to VS2022 build agents.
1 parent 087684a commit e3f6a19

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
trigger:
44
- main
55
- d16-*
6+
- d17-*
67

78
pr:
89
branches:
910
include:
1011
- main
1112
- d16-*
13+
- d17-*
1214
paths:
1315
exclude:
1416
- README.md
@@ -21,14 +23,13 @@ variables:
2123
MaxJdkVersion: 8
2224
DotNetCoreVersion: 6.0.x
2325
HostedMacImage: macOS-10.15
24-
HostedWinVS2019: Hosted Windows 2019 with VS2019
26+
HostedWinImage: windows-2022
2527
NetCoreTargetFrameworkPathSuffix: -net6.0
26-
VSInstallRoot: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
2728

2829
jobs:
2930
- job: windows_build
3031
displayName: Windows - .NET Framework
31-
pool: $(HostedWinVS2019)
32+
pool: $(HostedWinImage)
3233
timeoutInMinutes: 20
3334
workspace:
3435
clean: all
@@ -76,7 +77,7 @@ jobs:
7677

7778
- job: windows_dotnet_build
7879
displayName: Windows - .NET Core
79-
pool: $(HostedWinVS2019)
80+
pool: $(HostedWinImage)
8081
timeoutInMinutes: 20
8182
workspace:
8283
clean: all

0 commit comments

Comments
 (0)