Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 5dc739e

Browse files
Upgrade both Windows and Ubuntu to run on their latest versions (#55)
Upgrade both Windows and Ubuntu to run on their latest versions
1 parent ae4f6fd commit 5dc739e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-system/pr-validation.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
parameters:
2222
name: 'windows_pr'
2323
displayName: 'Windows PR Validation'
24-
vmImage: 'vs2017-win2016'
24+
vmImage: 'windows-latest'
2525
scriptFileName: build.cmd
2626
scriptArgs: all customNuGetSource=$(sdkbinPreAuthenticated)
2727
- template: azure-pipeline.template.yaml
2828
parameters:
2929
name: 'linux_pr'
3030
displayName: 'Linux PR Validation'
31-
vmImage: 'ubuntu-16.04'
31+
vmImage: 'ubuntu-latest'
3232
scriptFileName: ./build.sh
3333
scriptArgs: all customNuGetSource=$(sdkbinPreAuthenticated)
3434
- template: azure-pipeline.template.yaml
3535
parameters:
3636
name: 'docker_build'
3737
displayName: 'Docker Build'
38-
vmImage: 'ubuntu-16.04'
38+
vmImage: 'ubuntu-latest'
3939
scriptFileName: ./build.sh
40-
scriptArgs: Docker customNuGetSource=$(sdkbinPreAuthenticated)
40+
scriptArgs: Docker customNuGetSource=$(sdkbinPreAuthenticated)

0 commit comments

Comments
 (0)