Update azure-pipelines-windows file test path (#3214)

This commit is contained in:
Matt Irvine
2018-11-14 13:41:55 -08:00
committed by GitHub
parent f54d8ce36f
commit d7d4c7236c

View File

@@ -17,11 +17,10 @@ steps:
displayName: 'Compile'
- script: |
.\scripts\test.bat
.\scripts\test-integration.bat
.\scripts\test.bat --reporter mocha-junit-reporter
displayName: 'Test'
- task: PublishTestResults@2
inputs:
testResultsFiles: '**/test-results.xml'
testResultsFiles: 'test-results.xml'
condition: succeededOrFailed()