From cdd44d00645f5f7c73c487594af9b92297decaa0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 12:49:10 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220418.3 (#1367) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 ++++++++++---------- eng/common/templates/job/onelocbuild.yml | 2 +- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c98ac2fe..a317f836 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd - + https://github.com/dotnet/arcade - 4000024394df3049886c50e54ad0a2b903221ef0 + 8425453874961a7d7d2379e3f39c104f9ad0a0bd https://github.com/dotnet/arcade-services diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml index 9d1e3042..3bcd243c 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 a8194457..f4428f79 100644 --- a/global.json +++ b/global.json @@ -14,6 +14,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22215.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22218.3" } }