Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 614fe94

Browse files
committed
Fix groovy typo in #20406
1 parent e620387 commit 614fe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
23922392
buildCommands += "ROOTFS_DIR=/opt/arm64-xenial-rootfs ./build.sh verbose ${lowerConfiguration} ${architecture} cross clang3.8"
23932393

23942394
// HACK -- Arm64 does not have corefx jobs yet.
2395-
buildCommands += "git clone -b {branch} https://github.com/dotnet/corefx fx"
2395+
buildCommands += "git clone -b ${branch} https://github.com/dotnet/corefx fx"
23962396
buildCommands += "ROOTFS_DIR=/opt/arm64-xenial-rootfs-corefx ./fx/build-native.sh -release -buildArch=arm64 -- verbose cross clang3.8"
23972397
buildCommands += "mkdir ./bin/Product/Linux.arm64.${configuration}/corefxNative"
23982398
buildCommands += "cp fx/bin/Linux.arm64.Release/native/* ./bin/Product/Linux.arm64.${configuration}/corefxNative"

0 commit comments

Comments
 (0)