File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,15 @@ extends:
117117 SignOutput : false
118118 runApiScan : ${{ parameters.runStaticAnalysis }}
119119 runPREFast : false
120+ testMatrix : ${{ variables.PipelineTests }}
120121
121122 - ${{ if eq(parameters.runStaticAnalysis, 'true') }} :
122123 - template : AzurePipelinesTemplates\WindowsAppSDK-Build-Stage.yml@self
123124 parameters :
124125 SignOutput : false
125126 runApiScan : false
126127 runPREFast : true
128+ testMatrix : ${{ variables.PipelineTests }}
127129
128130 - template : AzurePipelinesTemplates\WindowsAppSDK-PackTransportPackage-Stage.yml@self
129131 parameters :
@@ -135,8 +137,6 @@ extends:
135137 SignOutput : false
136138
137139 - template : AzurePipelinesTemplates\WindowsAppSDK-Test-Stage.yml@self
138- parameters :
139- testMatrix : ${{ variables.PipelineTests }}
140140
141141 - ${{ if eq( parameters.BuildSampleApps, true ) }} :
142142 - template : AzurePipelinesTemplates\WindowsAppSDK-BuildAndTestSampleApps-Stage.yml@self
You can’t perform that action at this time.
0 commit comments