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 f24af8d commit 7393a81Copy full SHA for 7393a81
.azure-pipelines-ci/ci.yaml
@@ -32,14 +32,14 @@ stages:
32
macOS:
33
vmImage: macos-latest
34
Windows_Server2016_PowerShell_Core:
35
- vmImage: windows-2019
+ vmImage: vs2017-win2016
36
Windows_Server2019_PowerShell_Core:
37
vmImage: windows-2019
38
Windows_Server2016_PowerShell_5_1:
39
vmImage: vs2017-win2016
40
pwsh: false
41
Windows_Server2019_PowerShell_5_1:
42
- vmImage: vs2017-win2016
+ vmImage: windows-2019
43
44
pool:
45
vmImage: $[ variables['vmImage'] ]
0 commit comments