Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2020-03-30 03:20:20 +0300
committerGitHub <noreply@github.com>2020-03-30 03:20:20 +0300
commit19c7f5a7048d1acb2759e23a4ac19e49b7fa83d9 (patch)
treea66f2cf802887d81e845e84fe747710b7f4dd0a6 /eng/build.sh
parentbfee6381cb9f3d526cccda6a8017565cfd42c80b (diff)
Rename ArchGroup -> TargetArchitecture (#34260)
Most places use TargetArchitecture already. These two properties seems to be always set to the same value.
Diffstat (limited to 'eng/build.sh')
-rwxr-xr-xeng/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/build.sh b/eng/build.sh
index 52edacae648..5cc7052f5b6 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -112,7 +112,7 @@ while [[ $# > 0 ]]; do
;;
-arch)
arch=$2
- arguments="$arguments /p:ArchGroup=$2 /p:TargetArchitecture=$2"
+ arguments="$arguments /p:TargetArchitecture=$2"
shift 2
;;
-configuration|-c)