[Arm64] Fix #17095
authorSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Thu, 22 Mar 2018 20:41:33 +0000 (16:41 -0400)
committerSteve MacLean <sdmaclea.qdt@qualcommdatacenter.com>
Thu, 22 Mar 2018 22:21:12 +0000 (18:21 -0400)
netci.groovy

index 6b45ff7..4f1b682 100755 (executable)
@@ -2861,6 +2861,7 @@ Constants.allScenarios.each { scenario ->
                                 // HACK -- Arm64 does not have corefx jobs yet.
                                 // Clone corefx and build the native packages overwriting the x64 packages.
                                 if (architecture == 'arm64') {
+                                    shell("mkdir -p ./bin/CoreFxBinDir")
                                     shell("cp ./bin/Product/Linux.arm64.${configuration}/corefxNative/* ./bin/CoreFxBinDir")
                                     shell("chmod +x ./bin/Product/Linux.arm64.${configuration}/corerun")
                                 }