diff --git a/azure-pipelines-windows.yml b/azure-pipelines-windows.yml index 29fc86351d..8462ba09af 100644 --- a/azure-pipelines-windows.yml +++ b/azure-pipelines-windows.yml @@ -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() \ No newline at end of file