summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-08-07 14:43:39 -0700
committerGitHub <noreply@github.com>2018-08-07 14:43:39 -0700
commit525b5e1f990a37c16f4db797e6a5e20419f4059a (patch)
tree5393133da2d39ff6b595b29baaf21286fdc28a5c /netci.groovy
parent6140e3b35f186a6ba45c311e6b5222d71a8dd8f7 (diff)
parentf801ef77752163992a5c77b017b697ab99d2f61a (diff)
downloadcoreclr-525b5e1f990a37c16f4db797e6a5e20419f4059a.tar.gz
coreclr-525b5e1f990a37c16f4db797e6a5e20419f4059a.tar.bz2
coreclr-525b5e1f990a37c16f4db797e6a5e20419f4059a.zip
Merge pull request #19336 from dotnet/dev/unix_test_workflow
Update vc-runtime package used by Windows ARM/ARM64 testing
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 10d03f54fa..03120483e9 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -3225,12 +3225,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}")