From 377ee6ce052d5615e38dfe1c649f1d6fcd3b67bb Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 2 Aug 2018 20:34:21 -0700 Subject: [WIP] Update vc-runtime package to support ARM and ARM64 with current builds. --- netci.groovy | 6 ------ 1 file changed, 6 deletions(-) (limited to 'netci.groovy') 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}") -- cgit v1.2.3