We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd189eb commit 0a169b5Copy full SHA for 0a169b5
script/vsts/nightly-release.yml
@@ -56,7 +56,7 @@ jobs:
56
timeoutInMinutes: 180
57
58
pool:
59
- vmImage: macos-10.14
+ vmImage: macos-10.15
60
61
steps:
62
- template: platforms/templates/preparation.yml
script/vsts/platforms/macos.yml
@@ -10,7 +10,7 @@ jobs:
10
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
11
RunCoreMainTests: true
12
13
14
15
16
- template: templates/preparation.yml
@@ -48,7 +48,7 @@ jobs:
48
dependsOn: macOS_build
49
50
51
52
strategy:
53
maxParallel: 3
54
matrix:
0 commit comments