From 83aac083f359ce1d377f4a079f10d34727d38eff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 04:53:59 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210122.6 (#9544) [master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.21070.1 to 1.0.0-beta.21071.1 (parent: Microsoft.DotNet.Arcade.Sdk) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/sdl/packages.config | 2 +- eng/common/templates/job/execute-sdl.yml | 2 +- global.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86920c112..7416f13f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - 9a437ab126433012dd2e479c5edfb552b83e872b + c313ff83e84445094fa5463498d5c94c29f27e1d - + https://github.com/dotnet/arcade - 9a437ab126433012dd2e479c5edfb552b83e872b + c313ff83e84445094fa5463498d5c94c29f27e1d https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink 0f3cb283e81fbdc930f0c7f7e52e5bc396d06a86 - + https://github.com/dotnet/xliff-tasks - ed89f45cc149fa541def6be7964c0bfccd07678b + e1e91c0934e46e11b87574e619905c090213761b diff --git a/eng/Versions.props b/eng/Versions.props index 98abd2bbc..aa967e412 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.21071.2 + 6.0.0-beta.21072.6 diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config index 968b39bef..3bd8b29eb 100644 --- a/eng/common/sdl/packages.config +++ b/eng/common/sdl/packages.config @@ -1,4 +1,4 @@ - + diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index c64c4f568..53c100222 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -83,7 +83,7 @@ jobs: continueOnError: ${{ parameters.sdlContinueOnError }} - ${{ if eq(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 - -GuardianPackageName Microsoft.Guardian.Cli.win10-x64.0.20.1 + -GuardianPackageName Microsoft.Guardian.Cli.0.53.3 -NugetPackageDirectory $(Build.SourcesDirectory)\.packages -AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw) ${{ parameters.additionalParameters }} diff --git a/global.json b/global.json index bdc060887..63e47f9d5 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21071.2" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21072.6" } }