From 00ee3aa7d4304c7c5a9b80a7b96451acf2208891 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 19 Apr 2022 12:24:24 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220418.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22215.2 -> To Version 7.0.0-beta.22218.3 --- eng/Version.Details.xml | 8 ++++---- eng/common/templates/job/onelocbuild.yml | 2 +- global.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26a98ff6f4636..6e262ec6c2bc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,18 +13,18 @@ - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd https://github.com/dotnet/roslyn 5d10d428050c0d6afef30a072c4ae68776621877 - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml index 9d1e3042d8a6c..3bcd243c46b67 100644 --- a/eng/common/templates/job/onelocbuild.yml +++ b/eng/common/templates/job/onelocbuild.yml @@ -72,8 +72,8 @@ jobs: lclSource: ${{ parameters.LclSource }} lclPackageId: ${{ parameters.LclPackageId }} isCreatePrSelected: ${{ parameters.CreatePr }} + isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }} ${{ if eq(parameters.CreatePr, true) }}: - isAutoCompletePrSelected: ${{ parameters.AutoCompletePr }} isUseLfLineEndingsSelected: ${{ parameters.UseLfLineEndings }} ${{ if eq(parameters.RepoType, 'gitHub') }}: isShouldReusePrSelected: ${{ parameters.ReusePr }} diff --git a/global.json b/global.json index 17901b727676e..a6cefc673542e 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "xcopy-msbuild": "16.10.0-preview2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22215.2", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22215.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22218.3", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22218.3" } }