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.
2 parents cd49672 + c40a6fe commit cb0d915Copy full SHA for cb0d915
.azure-pipelines/shared/build_jobs.yml
@@ -44,6 +44,8 @@ jobs:
44
45
# This job computes the product of the config dimensions
46
- job: generator
47
+ pool:
48
+ vmImage: "ubuntu-latest"
49
steps:
50
- task: PythonScript@0
51
name: winmatrix
@@ -96,7 +98,7 @@ jobs:
96
98
97
99
- job: combine_artifacts
100
dependsOn: windows_build
- condition: ${{ eq(parameters.isSdkSourceRepo, true) }}
101
+ condition: ${{ and(succeeded(), eq(parameters.isSdkSourceRepo, true)) }}
102
displayName: "Organize artifacts"
103
pool:
104
vmImage: "windows-latest"
0 commit comments