Skip to content

Commit 4dc1a43

Browse files
authored
Work CI-CD
- Update VM to use VS2019. ***NO_CI***
1 parent f9bdfb1 commit 4dc1a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
condition: or( eq(variables['UPDATE_DEPENDENTS'], 'false'), eq(variables['StartReleaseCandidate'], 'true') )
2424

2525
pool:
26-
vmImage: 'VS2017-Win2016'
26+
vmImage: 'windows-2019'
2727

2828
variables:
2929
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
@@ -49,7 +49,7 @@ jobs:
4949
- Build_Library
5050

5151
pool:
52-
vmImage: 'VS2017-Win2016'
52+
vmImage: 'windows-2019'
5353

5454
variables:
5555
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
@@ -82,7 +82,7 @@ jobs:
8282
condition: or( failed('Build_Library'), failed('Update_Dependents'))
8383

8484
pool:
85-
vmImage: 'VS2017-Win2016'
85+
vmImage: 'windows-2019'
8686
steps:
8787

8888
- checkout: self

0 commit comments

Comments
 (0)