Skip to content

Commit 5624c17

Browse files
haonantttHaonan Tang (from Dev Box)
andauthored
update nightly and official (#5616)
Co-authored-by: Haonan Tang (from Dev Box) <haonantang@microsoft.com>
1 parent 8b19175 commit 5624c17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/WindowsAppSDK-Foundation-Nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,15 @@ extends:
118118
SignOutput: ${{ parameters.SignOutput }}
119119
runApiScan: ${{ parameters.runStaticAnalysis }}
120120
runPREFast: false
121+
testMatrix: ${{ variables.PipelineTests }}
121122

122123
- ${{ if eq(parameters.runStaticAnalysis, 'true') }}:
123124
- template: AzurePipelinesTemplates\WindowsAppSDK-Build-Stage.yml@self
124125
parameters:
125126
SignOutput: ${{ parameters.SignOutput }}
126127
runApiScan: false
127128
runPREFast: true
129+
testMatrix: ${{ variables.PipelineTests }}
128130

129131
- template: AzurePipelinesTemplates\WindowsAppSDK-PackTransportPackage-Stage.yml@self
130132
parameters:
@@ -136,8 +138,6 @@ extends:
136138
SignOutput: ${{ parameters.SignOutput }}
137139

138140
- template: AzurePipelinesTemplates\WindowsAppSDK-Test-Stage.yml@self
139-
parameters:
140-
testMatrix: ${{ variables.PipelineTests }}
141141

142142
- template: AzurePipelinesTemplates\WindowsAppSDK-Publish-Stage.yml@self
143143
parameters:

build/WindowsAppSDK-Foundation-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,15 @@ extends:
103103
SignOutput: ${{ parameters.SignOutput }}
104104
runApiScan: ${{ parameters.runStaticAnalysis }}
105105
runPREFast: false
106+
testMatrix: ${{ variables.PipelineTests }}
106107

107108
- ${{ if eq(parameters.runStaticAnalysis, 'true') }}:
108109
- template: AzurePipelinesTemplates\WindowsAppSDK-Build-Stage.yml@self
109110
parameters:
110111
SignOutput: ${{ parameters.SignOutput }}
111112
runApiScan: false
112113
runPREFast: true
114+
testMatrix: ${{ variables.PipelineTests }}
113115

114116
- template: AzurePipelinesTemplates\WindowsAppSDK-PackTransportPackage-Stage.yml@self
115117
parameters:
@@ -122,8 +124,6 @@ extends:
122124
SignOutput: ${{ parameters.SignOutput }}
123125

124126
- template: AzurePipelinesTemplates\WindowsAppSDK-Test-Stage.yml@self
125-
parameters:
126-
testMatrix: ${{ variables.PipelineTests }}
127127

128128
- template: AzurePipelinesTemplates\WindowsAppSDK-Publish-Stage.yml@self
129129
parameters:

0 commit comments

Comments
 (0)