File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ parameters:
4
4
buildAgent : ' ' # the configuration for the build agent
5
5
buildPipelineType : ' both' # the type of build pipeline setup
6
6
requiredArtifacts : [] # the artifacts that this build needs to download
7
- matrixArtifacts : [] # the artifacts that this build needs to download
8
7
sdl : [] # the SDL properties to use for this job
9
8
10
9
jobs :
18
17
skipInstall : true
19
18
skipSteps : true
20
19
requiredArtifacts : ${{ parameters.requiredArtifacts }}
21
- preBuildSteps :
22
- - ${{ each artifact in parameters.matrixArtifacts }} :
23
- - pwsh : |
24
- $json=@'
25
- ${{ artifact.jobs }}
26
- '@
27
- .\scripts\get-artifact-names.ps1 -ArtifactsJson $json
28
- displayName: List the pre-built ${{ artifact.name }} artifacts
Original file line number Diff line number Diff line change @@ -467,9 +467,6 @@ stages:
467
467
- ${{ if ne(parameters.buildPipelineType, 'tests') }} :
468
468
- stage : native
469
469
displayName : Native
470
- variables :
471
- nativeLinuxJobs : $[ convertToJson(stageDependencies.native_linux) ]
472
- nativeWasmJobs : $[ convertToJson(stageDependencies.native_wasm) ]
473
470
dependsOn :
474
471
- native_windows
475
472
- native_macos
@@ -547,12 +544,6 @@ stages:
547
544
- name : native_wasm_3_1_56_SIMD_Threading_linux
548
545
- name : native_wasm_3_1_56_Threading_linux
549
546
- name : native_wasm_3_1_7_linux
550
- # matix checks
551
- matrixArtifacts :
552
- - name : native_linux
553
- jobs : $(nativeLinuxJobs)
554
- - name : native_wasm
555
- jobs : $(nativeWasmJobs)
556
547
- template : /scripts/azure-templates-merger.yml@self # Merge Native WASM Artifacts
557
548
parameters :
558
549
name : native_wasm
@@ -576,10 +567,6 @@ stages:
576
567
- name : native_wasm_3_1_56_SIMD_Threading_linux
577
568
- name : native_wasm_3_1_56_Threading_linux
578
569
- name : native_wasm_3_1_7_linux
579
- # matix checks
580
- matrixArtifacts :
581
- - name : native_wasm
582
- jobs : $(nativeWasmJobs)
583
570
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }} :
584
571
- template : /scripts/azure-templates-merger.yml@self # Merge Native MSVC Artifacts
585
572
parameters :
You can’t perform that action at this time.
0 commit comments