Skip to content

Commit 9eae4fb

Browse files
haonantttHaonan Tang
andauthored
Add parallel (#5614)
Add parallel --------- Co-authored-by: Haonan Tang <haonantang@microsoft.com>
1 parent 8635d0b commit 9eae4fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/AzurePipelinesTemplates/WindowsAppSDK-RunTests-Steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,5 @@ steps:
210210
condition: succeededOrFailed()
211211
inputs:
212212
targetPath: '$(Build.SourcesDirectory)\TestOutput'
213-
artifact: '$(System.StageName)_${{ parameters.ImageName }}_$(buildConfiguration)$(buildPlatform)_$(Agent.JobStatus)$(artifactAttempt)'
213+
artifact: '$(System.StageName)_${{ parameters.ImageName }}_$(buildConfiguration)$(buildPlatform)_$(Agent.JobStatus)$(artifactAttempt)'
214+
Parallel: true

0 commit comments

Comments
 (0)