From d7d4c7236cd7bdafbead0a96ab92688934ab4ca4 Mon Sep 17 00:00:00 2001 From: Matt Irvine Date: Wed, 14 Nov 2018 13:41:55 -0800 Subject: [PATCH] Update azure-pipelines-windows file test path (#3214) --- azure-pipelines-windows.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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