summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <Bruce_Forstall@msn.com>2018-08-02 20:34:21 -0700
committerBruce Forstall <Bruce_Forstall@msn.com>2018-08-06 17:15:13 -0700
commit377ee6ce052d5615e38dfe1c649f1d6fcd3b67bb (patch)
tree4a8d48bcae0bedc0dfe1fd238d161a5ba203e96c /netci.groovy
parentc10efe004d8720a799bf666d3fac3b800f204848 (diff)
downloadcoreclr-377ee6ce052d5615e38dfe1c649f1d6fcd3b67bb.tar.gz
coreclr-377ee6ce052d5615e38dfe1c649f1d6fcd3b67bb.tar.bz2
coreclr-377ee6ce052d5615e38dfe1c649f1d6fcd3b67bb.zip
[WIP] Update vc-runtime package to support ARM and ARM64 with current builds.
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy6
1 files changed, 0 insertions, 6 deletions
diff --git a/netci.groovy b/netci.groovy
index 384fe1c215..1f9c339ee3 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -3227,12 +3227,6 @@ def static CreateWindowsArmTestJob(def dslFactory, def project, def architecture
def archLocation = testListArch[architecture]
addCommand("copy %WORKSPACE%\\tests\\${archLocation}\\Tests.lst bin\\tests\\${osGroup}.${architecture}.${configuration}")
-
- if (architecture == "arm64") {
- addCommand("copy C:\\Jenkins\\vcruntime140.dll bin\\tests\\${osGroup}.${architecture}.${configuration}\\Tests\\Core_Root")
- addCommand("copy C:\\Jenkins\\vcruntime140d.dll bin\\tests\\${osGroup}.${architecture}.${configuration}\\Tests\\Core_Root")
- }
-
addCommand("pushd bin\\tests\\${osGroup}.${architecture}.${configuration}")
addCommand("${smartyCommand}")