From 2a50326d8525532daaea97ea13713bb1db62c985 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 13:12:22 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200122.3 (#2475) - Microsoft.DotNet.ApiCompat - 5.0.0-beta.20072.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20072.3 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.20072.3 - Microsoft.DotNet.GenAPI - 5.0.0-beta.20072.3 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20072.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- eng/common/enable-cross-org-publishing.ps1 | 9 +++++++-- global.json | 4 ++-- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fc2a1fda1..91658368f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -63,13 +63,13 @@ https://github.com/dotnet/core-setup 4ace84dbf94128b4825c76cdd09b46dba7473478 - + https://github.com/dotnet/arcade - e06e2807048b6bc7b3549b401a1833bed3bcd8c3 + 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 - + https://github.com/dotnet/arcade - e06e2807048b6bc7b3549b401a1833bed3bcd8c3 + 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 https://github.com/dotnet/corefx @@ -95,17 +95,17 @@ https://github.com/dotnet/coreclr b415b57a15b0c6ba77e63df901823bb46b8aafda - + https://github.com/dotnet/arcade - e06e2807048b6bc7b3549b401a1833bed3bcd8c3 + 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 - + https://github.com/dotnet/arcade - e06e2807048b6bc7b3549b401a1833bed3bcd8c3 + 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 - + https://github.com/dotnet/arcade - e06e2807048b6bc7b3549b401a1833bed3bcd8c3 + 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 https://github.com/dotnet/corefx diff --git a/eng/Versions.props b/eng/Versions.props index 75b5f1773..4fdedc5ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,9 +41,9 @@ - 5.0.0-beta.20071.3 - 5.0.0-beta.20071.3 - 5.0.0-beta.20071.3 + 5.0.0-beta.20072.3 + 5.0.0-beta.20072.3 + 5.0.0-beta.20072.3 diff --git a/eng/common/enable-cross-org-publishing.ps1 b/eng/common/enable-cross-org-publishing.ps1 index efa26621d..da09da4f1 100644 --- a/eng/common/enable-cross-org-publishing.ps1 +++ b/eng/common/enable-cross-org-publishing.ps1 @@ -2,7 +2,12 @@ param( [string] $token ) + . $PSScriptRoot\pipeline-logging-functions.ps1 -Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token -Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/' +# Write-PipelineSetVariable will no-op if a variable named $ci is not defined +# Since this script is only ever called in AzDO builds, just universally set it +$ci = $true + +Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token -IsMultiJobVariable $false +Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/' -IsMultiJobVariable $false diff --git a/global.json b/global.json index c24403fe7..6b528fc97 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20071.3", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20071.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20072.3", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20072.3" }, "native-tools": { "strawberry-perl": "5.28.1.1-1", -- GitLab