From 13782d6f43e3c5d4f2eb223a5c359ffa5edc7878 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 13:02:56 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220805.2 (#6871) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 +++++++++---------- eng/Versions.props | 4 ++-- .../templates/job/source-index-stage1.yml | 2 +- global.json | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b37752167..29e61ae68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,25 +75,25 @@ - + https://github.com/dotnet/arcade - 4ee620cc1b57da45d93135e064d43a83e65bbb6e + be709269603a9a3e90b189e6145b8450969ab067 - + https://github.com/dotnet/arcade - 4ee620cc1b57da45d93135e064d43a83e65bbb6e + be709269603a9a3e90b189e6145b8450969ab067 - + https://github.com/dotnet/arcade - 4ee620cc1b57da45d93135e064d43a83e65bbb6e + be709269603a9a3e90b189e6145b8450969ab067 - + https://github.com/dotnet/arcade - 4ee620cc1b57da45d93135e064d43a83e65bbb6e + be709269603a9a3e90b189e6145b8450969ab067 - + https://github.com/dotnet/arcade - 4ee620cc1b57da45d93135e064d43a83e65bbb6e + be709269603a9a3e90b189e6145b8450969ab067 diff --git a/eng/Versions.props b/eng/Versions.props index dc04ebfc7..0f225b37b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,8 +48,8 @@ - 7.0.0-beta.22403.1 - 7.0.0-beta.22403.1 + 7.0.0-beta.22405.2 + 7.0.0-beta.22405.2 diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml index c2d51098d..4e3721085 100644 --- a/eng/common/templates/job/source-index-stage1.yml +++ b/eng/common/templates/job/source-index-stage1.yml @@ -1,6 +1,6 @@ parameters: runAsPublic: false - sourceIndexPackageVersion: 1.0.1-20210614.1 + sourceIndexPackageVersion: 1.0.1-20220804.1 sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci" preSteps: [] diff --git a/global.json b/global.json index d196adb2e..95d1fa889 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22403.1", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22403.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22405.2", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22405.2" }, "sdk": { "version": "7.0.100-preview.5.22307.18" -- GitLab