From 05584c648d757dd156d2d234f6e3b52e3ee8dd90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 13:16:16 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210422.1 (#10328) [main] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.21220.1 to 1.0.0-beta.21221.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/templates/job/source-index-stage1.yml | 2 +- global.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f34a77b29..6ec65677f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -136,14 +136,14 @@ - + https://github.com/dotnet/arcade - f7e58cfb0f6c93980cbb664cc9e62d9ef2df0c2f + b7279bb45342c948ab46fea2d08ec17ae2f2a1bf - + https://github.com/dotnet/arcade - f7e58cfb0f6c93980cbb664cc9e62d9ef2df0c2f + b7279bb45342c948ab46fea2d08ec17ae2f2a1bf https://github.com/dotnet/source-build-reference-packages @@ -153,9 +153,9 @@ https://github.com/dotnet/sourcelink 4b584dbc392bb1aad49c2eb1ab84d8b489b6dccc - + https://github.com/dotnet/xliff-tasks - 1a4eec88c754f024962ab4a974898c8d6d087f57 + e92cb4fc57ecfa244930cdd6d98270f185650462 diff --git a/eng/Versions.props b/eng/Versions.props index b71e116a3..0ccd4a89c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21221.1 + 6.0.0-beta.21222.1 diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml index c002a2b1b..a649d2b59 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-20210225.1 + sourceIndexPackageVersion: 1.0.1-20210421.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 40302cdf3..8b39dc8ea 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21221.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21222.1" } }