We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac417b commit 2c64aaeCopy full SHA for 2c64aae
azure-pipelines.yml
@@ -22,7 +22,7 @@ jobs:
22
- job: Build_mscorlib
23
condition: or( eq(variables['UPDATE_DEPENDENTS'], 'false'), eq(variables['StartReleaseCandidate'], 'true') )
24
pool:
25
- vmImage: 'VS2017-Win2016'
+ vmImage: 'windows-2019'
26
27
variables:
28
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
0 commit comments