Skip to content

Commit

Permalink
Update VMImage to windows-2019 (#7453)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Sep 3, 2019
1 parent 94aec8c commit 38e2c46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
variables:
- template: templates/variables/globals.yml
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- pwsh: |
Invoke-WebRequest -MaximumRetryCount 10 -Uri "https://github.com/mono/api-doc-tools/releases/download/mdoc-5.7.4.9/mdoc-5.7.4.9.zip" `
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
variables:
- template: ../variables/globals.yml
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
dependsOn:
- Build
pool:
vmImage: "vs2017-win2016"
vmImage: "windows-2019"
steps:
- checkout: self
path: AzureSDKEngSystem/Net/SourceDirectory
Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
TestTargetFramework: netcoreapp2.1
Windows_NetCoreApp:
OSName: "Windows"
OSVmImage: "vs2017-win2016"
OSVmImage: "windows-2019"
TestTargetFramework: netcoreapp2.1
Windows_NetFramework:
OSName: "Windows"
OSVmImage: "vs2017-win2016"
OSVmImage: "windows-2019"
TestTargetFramework: net461
MacOs:
OSName: "MacOS"
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/jobs/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
TestTargetFramework: netcoreapp2.1
Windows_NetCoreApp:
OSName: "Windows"
OSVmImage: "vs2017-win2016"
OSVmImage: "windows-2019"
TestTargetFramework: netcoreapp2.1
Windows_NetFramework:
OSName: "Windows"
OSVmImage: "vs2017-win2016"
OSVmImage: "windows-2019"
TestTargetFramework: net461
MacOs:
OSName: "MacOS"
Expand Down

0 comments on commit 38e2c46

Please sign in to comment.