未验证 提交 5a843dba 编写于 作者: J Joey Robichaud 提交者: GitHub

Merge pull request #32700 from dotnet/update-test-result-path

Update the Spanish_Unit_Tests test results path
......@@ -70,14 +70,14 @@ jobs:
- task: PublishTestResults@1
inputs:
testRunner: XUnit
testResultsFiles: '**/xUnitResults/*.xml'
testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\Debug\*.xml'
mergeTestResults: true
testRunTitle: 'Windows Desktop Spanish'
condition: succeededOrFailed()
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\$(_configuration)'
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\Debug'
ArtifactName: 'Windows Desktop Spanish'
publishLocation: Container
continueOnError: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册