File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 33trigger :
44 - main
55 - d16-*
6+ - d17-*
67
78pr :
89 branches :
910 include :
1011 - main
1112 - d16-*
13+ - d17-*
1214 paths :
1315 exclude :
1416 - README.md
@@ -21,14 +23,15 @@ 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
28+ VSInstallRoot : C:\Program Files\Microsoft Visual Studio\2022 \Enterprise
2729
2830jobs :
2931- job : windows_build
3032 displayName : Windows - .NET Framework
31- pool : $(HostedWinVS2019)
33+ pool :
34+ vmImage : $(HostedWinImage)
3235 timeoutInMinutes : 20
3336 workspace :
3437 clean : all
7679
7780- job : windows_dotnet_build
7881 displayName : Windows - .NET Core
79- pool : $(HostedWinVS2019)
82+ pool :
83+ vmImage : $(HostedWinImage)
8084 timeoutInMinutes : 20
8185 workspace :
8286 clean : all
You can’t perform that action at this time.
0 commit comments