From 997363e3aef95bd5ded6e8f27d41f59d719592a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 18:01:40 +0000 Subject: [PATCH] [master] Update dependencies from dotnet/arcade (#50093) [master] Update dependencies from dotnet/arcade - Fixuip versions --- NuGet.config | 2 +- eng/Version.Details.xml | 4 ++-- eng/common/post-build/post-build-utils.ps1 | 6 +++--- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index b5ae397bc4c..3cd2f6f4e6a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1385b395087..1957f222264 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 7ee8c2b620e66b3762d7a5a688dee8238770c86a + ac42bf1c800b896125632aa845f961e391d1a440 https://github.com/dotnet/roslyn diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 3c68df0eced..551ae113f89 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -68,9 +68,9 @@ function Assign-BuildToChannel([int]$BuildId, [int]$ChannelId) { function Validate-MaestroVars { try { - Get-Variable MaestroApiEndPoint | Out-Null - Get-Variable MaestroApiVersion | Out-Null - Get-Variable MaestroApiAccessToken | Out-Null + Get-Variable MaestroApiEndPoint -Scope Global | Out-Null + Get-Variable MaestroApiVersion -Scope Global | Out-Null + Get-Variable MaestroApiAccessToken -Scope Global | Out-Null if (!($MaestroApiEndPoint -Match "^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$")) { Write-PipelineTaskError "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" diff --git a/global.json b/global.json index 42005c28f5d..a2a0d2ef981 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ "xcopy-msbuild": "16.8.0-preview2.1" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20580.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20621.2" } } -- GitLab