File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,15 @@ extends:
118
118
SignOutput : ${{ parameters.SignOutput }}
119
119
runApiScan : ${{ parameters.runStaticAnalysis }}
120
120
runPREFast : false
121
+ testMatrix : ${{ variables.PipelineTests }}
121
122
122
123
- ${{ if eq(parameters.runStaticAnalysis, 'true') }} :
123
124
- template : AzurePipelinesTemplates\WindowsAppSDK-Build-Stage.yml@self
124
125
parameters :
125
126
SignOutput : ${{ parameters.SignOutput }}
126
127
runApiScan : false
127
128
runPREFast : true
129
+ testMatrix : ${{ variables.PipelineTests }}
128
130
129
131
- template : AzurePipelinesTemplates\WindowsAppSDK-PackTransportPackage-Stage.yml@self
130
132
parameters :
@@ -136,8 +138,6 @@ extends:
136
138
SignOutput : ${{ parameters.SignOutput }}
137
139
138
140
- template : AzurePipelinesTemplates\WindowsAppSDK-Test-Stage.yml@self
139
- parameters :
140
- testMatrix : ${{ variables.PipelineTests }}
141
141
142
142
- template : AzurePipelinesTemplates\WindowsAppSDK-Publish-Stage.yml@self
143
143
parameters :
Original file line number Diff line number Diff line change @@ -103,13 +103,15 @@ extends:
103
103
SignOutput : ${{ parameters.SignOutput }}
104
104
runApiScan : ${{ parameters.runStaticAnalysis }}
105
105
runPREFast : false
106
+ testMatrix : ${{ variables.PipelineTests }}
106
107
107
108
- ${{ if eq(parameters.runStaticAnalysis, 'true') }} :
108
109
- template : AzurePipelinesTemplates\WindowsAppSDK-Build-Stage.yml@self
109
110
parameters :
110
111
SignOutput : ${{ parameters.SignOutput }}
111
112
runApiScan : false
112
113
runPREFast : true
114
+ testMatrix : ${{ variables.PipelineTests }}
113
115
114
116
- template : AzurePipelinesTemplates\WindowsAppSDK-PackTransportPackage-Stage.yml@self
115
117
parameters :
@@ -122,8 +124,6 @@ extends:
122
124
SignOutput : ${{ parameters.SignOutput }}
123
125
124
126
- template : AzurePipelinesTemplates\WindowsAppSDK-Test-Stage.yml@self
125
- parameters :
126
- testMatrix : ${{ variables.PipelineTests }}
127
127
128
128
- template : AzurePipelinesTemplates\WindowsAppSDK-Publish-Stage.yml@self
129
129
parameters :
You can’t perform that action at this time.
0 commit comments