Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-12 06:08:32 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-12 08:29:48 +0300
commite6b6232221acd834a6aed4d9bdb6c7bda2bac43a (patch)
tree580461696df21617dd3b7514c61c86e99bbf03c0 /netci.groovy
parent07f28322493e2622a659136444c0bd8e7524c3f4 (diff)
Add workspace info to path of packages.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 94aeb29c16..a344fffa89 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -152,9 +152,9 @@ def osShortName = ['Windows 10': 'win10',
// Unpack the build data
batchFile("PowerShell -command \"\"C:\\Packer\\unpacker.ps1 .\\bin\\build.pack . > .\\bin\\unpacker.log\"\"")
// Run the tests
- batchFile("run-test.cmd .\\bin\\tests\\Windows_NT.AnyCPU.${configurationGroup} .\\packages")
+ batchFile("run-test.cmd .\\bin\\tests\\Windows_NT.AnyCPU.${configurationGroup} %WORKSPACE%\\packages")
// Run the tests
- batchFile("run-test.cmd .\\bin\\tests\\AnyOS.AnyCPU.${configurationGroup} .\\packages")
+ batchFile("run-test.cmd .\\bin\\tests\\AnyOS.AnyCPU.${configurationGroup} %WORKSPACE%\\packages")
}
parameters {