From 877ae87f939567d82fce4e0b8ae98d64620a4aa7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:36:25 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220118.3 (#13082) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/templates/steps/source-build.yml | 2 +- global.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32c6bc54b..4afc51d11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -177,19 +177,19 @@ - + https://github.com/dotnet/arcade - 3fb1f4bbc1f2cdd26071764132a3592eceab63fe + 9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7 - + https://github.com/dotnet/arcade - 3fb1f4bbc1f2cdd26071764132a3592eceab63fe + 9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7 - + https://github.com/dotnet/arcade - 3fb1f4bbc1f2cdd26071764132a3592eceab63fe + 9ffc76ac9f5799de9b28ee59f9bfbe0f8844d0d7 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index c50a51c66..57641d976 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22067.1 + 7.0.0-beta.22068.3 diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml index ba40dc82f..d85d6d07d 100644 --- a/eng/common/templates/steps/source-build.yml +++ b/eng/common/templates/steps/source-build.yml @@ -23,7 +23,7 @@ steps: # In addition, add an msbuild argument to copy the WIP from the repo to the target build location. # This is because SetupNuGetSources.sh will alter the current NuGet.config file, and we need to preserve those # changes. - $internalRestoreArgs= + internalRestoreArgs= if [ '$(dn-bot-dnceng-artifact-feeds-rw)' != '$''(dn-bot-dnceng-artifact-feeds-rw)' ]; then # Temporarily work around https://github.com/dotnet/arcade/issues/7709 chmod +x $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh diff --git a/global.json b/global.json index d33223487..2d8d1613d 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22067.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22067.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22068.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22068.3" } }