1616
1717jobs :
1818 build :
19+ strategy :
20+ fail-fast : false
21+ matrix :
22+ Configuration : [Debug, Release]
23+
1924 name : DEP Download
2025 runs-on : windows-2022
2126 environment : main
3338 id : vars
3439 env :
3540 DEPS : " ${{ inputs.RequiredDeps }}"
41+ Configuration : " ${{ matrix.Configuration }}"
3642 run : ${{ github.workspace }}\.github\set_dep_vars.ps1
3743
3844 - name : Check Existing Cache
5157 name : ${{ steps.vars.outputs.Dep1Name }}
5258 path : d:/artifacts
5359 name_prefix : WLB-
60+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
61+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
5462 workflow_conclusion : " success"
5563 skip_unpack : true
5664 workflow : tool_${{ steps.vars.outputs.Dep1Name }}_build.yml
6371 path : d:/artifacts
6472 name_prefix : WLB-
6573 workflow_conclusion : " success"
74+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
75+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
6676 skip_unpack : true
6777 workflow : tool_${{ steps.vars.outputs.Dep2Name }}_build.yml
6878
7383 name : ${{ steps.vars.outputs.Dep3Name }}
7484 path : d:/artifacts
7585 name_prefix : WLB-
86+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
87+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
7688 workflow_conclusion : " success"
7789 skip_unpack : true
7890 workflow : tool_${{ steps.vars.outputs.Dep3Name }}_build.yml
8496 name : ${{ steps.vars.outputs.Dep4Name }}
8597 path : d:/artifacts
8698 name_prefix : WLB-
99+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
100+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
87101 workflow_conclusion : " success"
88102 skip_unpack : true
89103 workflow : tool_${{ steps.vars.outputs.Dep4Name }}_build.yml
95109 name : ${{ steps.vars.outputs.Dep5Name }}
96110 path : d:/artifacts
97111 name_prefix : WLB-
112+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
113+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
98114 workflow_conclusion : " success"
99115 skip_unpack : true
100116 workflow : tool_${{ steps.vars.outputs.Dep5Name }}_build.yml
@@ -106,6 +122,8 @@ jobs:
106122 name : ${{ steps.vars.outputs.Dep6Name }}
107123 path : d:/artifacts
108124 name_prefix : WLB-
125+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
126+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
109127 workflow_conclusion : " success"
110128 skip_unpack : true
111129 workflow : tool_${{ steps.vars.outputs.Dep6Name }}_build.yml
@@ -117,6 +135,8 @@ jobs:
117135 name : ${{ steps.vars.outputs.Dep7Name }}
118136 path : d:/artifacts
119137 name_prefix : WLB-
138+ name_postfix : ${{ steps.vars.outputs.DepsPostfix }}
139+ if_no_artifact_found : ${{ steps.vars.outputs.DepsFailAction }}
120140 workflow_conclusion : " success"
121141 skip_unpack : true
122142 workflow : tool_${{ steps.vars.outputs.Dep7Name }}_build.yml
0 commit comments