From ee637b71266096bfae67d96daeabd6f49973709e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:47:35 +0000 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#2661) [main] Update dependencies from dotnet/arcade - Let arcade set the xunit version --- eng/Version.Details.xml | 8 +++---- eng/Versions.props | 3 +-- eng/common/native/init-compiler.sh | 22 +++++++++++--------- eng/common/templates/steps/send-to-helix.yml | 3 --- global.json | 2 +- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e95ae960..1c9829e52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,14 +19,14 @@ - + https://github.com/dotnet/arcade - 3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5 + 020ac68b5848016459652ebf4ed965b9800fe426 - + https://github.com/dotnet/arcade - 3ea0d860c6973f2cbadc9e895c7ec2cbdaec4ad5 + 020ac68b5848016459652ebf4ed965b9800fe426 https://github.com/dotnet/installer diff --git a/eng/Versions.props b/eng/Versions.props index c54d01f70..b003422f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -47,9 +47,8 @@ 4.5.4 4.7.2 4.7.1 - 2.4.1 2.0.3 - 7.0.0-beta.21474.2 + 7.0.0-beta.21508.1 10.0.18362 12.0.2 diff --git a/eng/common/native/init-compiler.sh b/eng/common/native/init-compiler.sh index 1daadf32a..8c944f30b 100644 --- a/eng/common/native/init-compiler.sh +++ b/eng/common/native/init-compiler.sh @@ -3,9 +3,10 @@ # This file detects the C/C++ compiler and exports it to the CC/CXX environment variables # -if [[ "$#" -lt 2 ]]; then +if [[ "$#" -lt 3 ]]; then echo "Usage..." - echo "init-compiler.sh " + echo "init-compiler.sh