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:
authorEric Mellino <erme@microsoft.com>2017-04-27 20:35:08 +0300
committerEric Mellino <erme@microsoft.com>2017-04-27 20:35:08 +0300
commitcd947d0ed2a78332a17e40a80f63d0c44adb05cf (patch)
tree9e869d462714cf31a5459b06212c54dda7c5f4d0 /netci.groovy
parentfc97d160371fd615522f80b6ff8a7e3348e5201a (diff)
Only archive the "runtime" folder in Windows outerloop jobs.
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 0184cef844..3fa5d004ac 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -230,7 +230,7 @@ def targetGroupOsMap = ['netcoreapp': ['Windows 10', 'Windows 7', 'Windows_NT',
if (osName == 'Windows 10' || osName == 'Windows 7' || osName == 'Windows_NT') {
batchFile("call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat\" x86 && build.cmd -framework:${targetGroup} -${configurationGroup}")
batchFile("call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat\" x86 && build-tests.cmd -framework:${targetGroup} -${configurationGroup} -outerloop -- /p:IsCIBuild=true")
- batchFile("C:\\Packer\\Packer.exe .\\bin\\build.pack .\\bin")
+ batchFile("C:\\Packer\\Packer.exe .\\bin\\build.pack .\\bin\\runtime\\${targetGroup}-${osGroup}-${configurationGroup}-${archGroup}")
}
else if (osName == 'OSX10.12') {
shell("HOME=\$WORKSPACE/tempHome ./build.sh -${configurationGroup.toLowerCase()}")