From ea2e58d9d7c9729218c0b9d10e8ea02d28cd6901 Mon Sep 17 00:00:00 2001 From: Hanjoung Lee Date: Thu, 27 Oct 2016 11:45:46 +0900 Subject: [PATCH] [ARM/CI] Change the name of corefx project (dotnet/coreclr#7820) Commit migrated from https://github.com/dotnet/coreclr/commit/63a2b04a06374438f4837334fde030bb5d25f524 --- src/coreclr/netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/netci.groovy b/src/coreclr/netci.groovy index 7f5dcc3..d46c496 100755 --- a/src/coreclr/netci.groovy +++ b/src/coreclr/netci.groovy @@ -2115,7 +2115,7 @@ combinedScenarios.each { scenario -> latestSuccessful(true) } } - copyArtifacts("${corefxFolder}/linuxarmemulator_cross_${lowerConfiguration}") { + copyArtifacts("${corefxFolder}/linuxarmemulator_softfp_cross_${lowerConfiguration}") { includePatterns('bin/build.tar.gz') buildSelector { latestSuccessful(true) -- 2.7.4