From 5b944fa955ed0421f4ffd6e0d8eda6a9f6591004 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 6 Aug 2022 12:34:19 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220805.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22403.1 -> To Version 7.0.0-beta.22405.2 Dependency coherency updates Microsoft.SourceLink.GitHub,Microsoft.DotNet.XliffTasks From Version 1.2.0-beta-22402-01 -> To Version 1.2.0-beta-22404-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 20 +++++++++---------- eng/Versions.props | 2 +- .../templates/job/source-index-stage1.yml | 2 +- global.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad1dd7ba6..562acbd04 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -196,32 +196,32 @@ - + 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/source-build-reference-packages 6d6912363616653906248fdba100634037f3a161 - + https://github.com/dotnet/sourcelink - 8fc7f201345ba4a838ae9824a9c708cc1af2d7a4 + c2b16fa517c66a3fd78d9286e93123ea739a5609 - + https://github.com/dotnet/xliff-tasks - 79e7c5e16cf6a872335db1107973f506a9de9db4 + eb60feba8e35109537c4059bf5131ea0d7ed24f3 diff --git a/eng/Versions.props b/eng/Versions.props index a44c7bcc1..a39aef6ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 7.0.0-beta.22403.1 + 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 140a5797c..663bd9bec 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.22403.1", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22403.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22405.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22405.2" } }