Correct testResults path
authorAndon Andonov <andon.andonov@microsoft.com>
Sat, 23 Jun 2018 01:11:18 +0000 (18:11 -0700)
committerAndon Andonov <andon.andonov@microsoft.com>
Sat, 23 Jun 2018 01:11:18 +0000 (18:11 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/ad694c15e8cd0df8d53a8d3359bc7678c754c3c0

src/coreclr/netci.groovy

index e43a47d..2125791 100755 (executable)
@@ -2224,8 +2224,8 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
                                 buildCommands += "tests\\runtest.cmd ${runtestArguments} CoreFXTests"
                                 
                                 // Archive and process (only) the test results
-                                Utilities.addArchival(newJob, "%WORKSPACE%bin/Logs/**/testResults.xml")
-                                Utilities.addXUnitDotNETResults(newJob, "%WORKSPACE%/bin/Logs/**/testResults.xml")
+                                Utilities.addArchival(newJob, "bin/Logs/**/testResults.xml")
+                                Utilities.addXUnitDotNETResults(newJob, "bin/Logs/**/testResults.xml")
                             }
                             else {
                               def workspaceRelativeFxRoot = "_/fx"