Skip to content

Commit

Permalink
Always use latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Apr 1, 2020
1 parent 7418550 commit b5b86c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pr:
jobs:
- job: Windows
pool:
vmImage: windows-2019
vmImage: windows-latest

variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- job: Linux
container: nventive/wasm-build:1.4.1
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'

variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
XamarinVersion: 5_12_0

pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-latest'

variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -173,4 +173,4 @@ jobs:
- bash: |
msbuild /r /p:Configuration=Release $(build.sourcesdirectory)/TestProjects/Linux-C#/netstd2Library/netstd2Library.csproj
displayName: 'MSBuild: .NET Std Library with unavailable platform test'
displayName: 'MSBuild: .NET Std Library with unavailable platform test'

0 comments on commit b5b86c9

Please sign in to comment.