Skip to content

Commit cb0d915

Browse files
authored
Merge pull request #279 from rpavlik/fix-ci
Fix ci
2 parents cd49672 + c40a6fe commit cb0d915

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/shared/build_jobs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
# This job computes the product of the config dimensions
4646
- job: generator
47+
pool:
48+
vmImage: "ubuntu-latest"
4749
steps:
4850
- task: PythonScript@0
4951
name: winmatrix
@@ -96,7 +98,7 @@ jobs:
9698

9799
- job: combine_artifacts
98100
dependsOn: windows_build
99-
condition: ${{ eq(parameters.isSdkSourceRepo, true) }}
101+
condition: ${{ and(succeeded(), eq(parameters.isSdkSourceRepo, true)) }}
100102
displayName: "Organize artifacts"
101103
pool:
102104
vmImage: "windows-latest"

0 commit comments

Comments
 (0)