Update test results file path in CI

This commit is contained in:
Tess Gauthier 2025-02-04 12:52:48 -05:00 committed by GitHub
parent 0b3ff6ab9d
commit d20e14b462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ stages:
- task: PublishTestResults@2
inputs:
testResultsFormat: 'NUnit'
testResultsFiles: '$env:SystemDrive/OpenSSH/setupTestResults.xml'
testResultsFiles: 'C:/OpenSSH/setupTestResults.xml'
condition: always()
- pwsh: |