File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-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,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
2829jobs :
2930- job : windows_build
3031 displayName : Windows - .NET Framework
31- pool : $(HostedWinVS2019 )
32+ pool : $(HostedWinImage )
3233 timeoutInMinutes : 20
3334 workspace :
3435 clean : all
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
You can’t perform that action at this time.
0 commit comments