upload results from setup tests

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

View File

@ -164,6 +164,12 @@ stages:
Invoke-OpenSSHTests -OpenSSHBinPath "$env:SystemDrive/OpenSSH"
displayName: Run tests
- task: PublishTestResults@2
inputs:
testResultsFormat: 'NUnit'
testResultsFiles: '$env:SystemDrive/OpenSSH/setupTestResults.xml'
condition: always()
- pwsh: |
Import-Module -Name "$(Build.SourcesDirectory)/contrib/win32/openssh/AzDOBuildTools" -Force
#