From 05874dd61e3eaaffd9ad4f8a99126751eb9f597c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 6 Jan 2019 13:21:43 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 1194 (#181) This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19055.1 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.sh | 5 +++-- global.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4eb2002..6d639e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/arcade - c6268efc7cfcb98197eb374bb01e1fadb5a7f6ed + b43f8c50d78c00d33f0b31a666b46ce5e9bcbe3d diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 65f6897..186dcba 100644 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -189,8 +189,9 @@ function InitializeBuildTool { InitializeDotNetCli $restore - # return value + # return values _InitializeBuildTool="$_InitializeDotNetCli/dotnet" + _InitializeBuildToolCommand="msbuild" } function GetNuGetPackageCachePath { @@ -283,7 +284,7 @@ function MSBuild { warnaserror_switch="/warnaserror" fi - "$_InitializeBuildTool" msbuild /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error "$@" + "$_InitializeBuildTool" "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error "$@" lastexitcode=$? if [[ $lastexitcode != 0 ]]; then diff --git a/global.json b/global.json index c00a6ae..801fa3d 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "2.1.401" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19054.13" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19055.1" } }