Skip to content

Commit 3793939

Browse files
committed
CI: Use 'ubuntu-latest' to upload artifacts
This should be marginally faster. No need to run on Windows.
1 parent be55c39 commit 3793939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/vsts/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- job: Release
2525
pool:
26-
vmImage: vs2017-win2016
26+
vmImage: 'ubuntu-latest'
2727

2828
dependsOn:
2929
- GetReleaseVersion

script/vsts/release-branch-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- job: UploadArtifacts
3030
pool:
31-
vmImage: vs2017-win2016
31+
vmImage: 'ubuntu-latest'
3232

3333
dependsOn:
3434
- GetReleaseVersion

0 commit comments

Comments
 (0)