Skip to content

Commit 7b1d3e6

Browse files
authored
fix OneBranch PR pipeline (#6279)
1 parent 88b72d0 commit 7b1d3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/WindowsAppSDK-Foundation-PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)