File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 164
164
value : $(Agent.TempDirectory)/NuGetPackages
165
165
displayName : Universal Test ${{ matrix.Name }}
166
166
dependsOn :
167
- - UniversalBuild${{ matrix.BuildPlatform }}${{ matrix.BuildConfiguration }}
167
+ - UniversalBuild${{ matrix.Name }}
168
168
169
169
pool : ${{ parameters.AgentPool.Medium }}
170
170
timeoutInMinutes : 60
189
189
arguments : -NoPrompt -Tags buildLab
190
190
191
191
- task : DownloadPipelineArtifact@1
192
- displayName : Download "ReactWindows.${{ matrix.BuildPlatform }}.${{ matrix.BuildConfiguration }}"
192
+ ${{ if eq(matrix.UseFabric, true) }} :
193
+ displayName : Download "ReactWindowsFabric.${{ matrix.BuildPlatform }}.${{ matrix.BuildConfiguration }}"
194
+ ${{ else }} :
195
+ displayName : Download "ReactWindows.${{ matrix.BuildPlatform }}.${{ matrix.BuildConfiguration }}"
193
196
inputs :
194
197
targetPath : $(Build.SourcesDirectory)/vnext/target/${{ matrix.BuildPlatform }}/${{ matrix.BuildConfiguration }}
195
- artifactName : ReactWindows.${{ matrix.BuildPlatform }}.${{ matrix.BuildConfiguration }}
198
+ ${{ if eq(matrix.UseFabric, true) }} :
199
+ artifactName : ReactWindowsFabric.${{ matrix.BuildPlatform }}.${{ matrix.BuildConfiguration }}
200
+ ${{ else }} :
201
+ artifactName : ReactWindows.${{ matrix.BuildPlatform }}.${{ matrix.BuildConfiguration }}
196
202
197
203
- task : BinSkim@4
198
204
displayName : Run Binskim Analysis
You can’t perform that action at this time.
0 commit comments