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-03-03 22:47:36 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-03-03 23:24:44 +0300
commit20769d4522d686e630127262fe2d69f49ca5d30f (patch)
treecfd2cc4138bda1a4e751ee2426d1445b91c56eeb /netci.groovy
parenta64acd85fe56e4addcf942498e9642aac9aa427c (diff)
Use batchFile to run powershell script.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 5e36093057..6aeb68a038 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -154,7 +154,7 @@ branchList.each { branchName ->
}
// Unpack the build data
- powerShell("C:\\Packer\\unpacker.ps1 .\\bin\\build.pack .\\bin | Out-File .\\bin\\unpacker.log")
+ batchFile("PowerShell -command \"\"C:\\Packer\\unpacker.ps1 .\\bin\\build.pack .\\bin\"\"")
// Run the tests
batchFile("run-test.cmd .\\bin\\tests\\Windows_NT.AnyCPU.${configurationGroup}")
}