We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635d0b commit 9eae4fbCopy full SHA for 9eae4fb
build/AzurePipelinesTemplates/WindowsAppSDK-RunTests-Steps.yml
@@ -210,4 +210,5 @@ steps:
210
condition: succeededOrFailed()
211
inputs:
212
targetPath: '$(Build.SourcesDirectory)\TestOutput'
213
- artifact: '$(System.StageName)_${{ parameters.ImageName }}_$(buildConfiguration)$(buildPlatform)_$(Agent.JobStatus)$(artifactAttempt)'
+ artifact: '$(System.StageName)_${{ parameters.ImageName }}_$(buildConfiguration)$(buildPlatform)_$(Agent.JobStatus)$(artifactAttempt)'
214
+ Parallel: true
0 commit comments