From 0f985b1947ef457d2593e9a37d2ae8570b600bc1 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Mon, 14 Dec 2020 22:10:08 -0800 Subject: [PATCH] Restore the changes to the files in the eng/ foler and global.json --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 2 +- eng/common/post-build/post-build-utils.ps1 | 6 +++--- global.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b1c35b5e..aa20beb8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -129,12 +129,12 @@ https://github.com/dotnet/msbuild 56ab6340935d039999a588621733fa2384dae2a3 - + https://github.com/NuGet/NuGet.Client - 8e3cdf1b3475a0cb68a65dd2ffd51a2135f1fb67 + a4c9d63bf942f1df1ba9486a87bad2e4b6888488 - https://github.com/dotnet/CliCommandLineParser + https://github.com/dotnet/cliCommandLineParser 0e89c2116ad28e404ba56c14d1c3f938caa25a01 @@ -148,13 +148,13 @@ - + https://github.com/dotnet/arcade - 3346d7b4ff047c854913fb2ded6e3aa726da6d11 + b984ce874f048ec28e1067e9f47bdb183682df46 - + https://github.com/dotnet/arcade - 3346d7b4ff047c854913fb2ded6e3aa726da6d11 + b984ce874f048ec28e1067e9f47bdb183682df46 https://github.com/dotnet/source-build-reference-packages @@ -164,9 +164,9 @@ https://github.com/dotnet/sourcelink f3182c5db7acd80fab1e8ce3332b327886692951 - + https://github.com/dotnet/xliff-tasks - a23212cca46ae31bda5641976c457c29ae76f137 + e3a45fddee008a25d4dfc1c5222d93636ecf009b diff --git a/eng/Versions.props b/eng/Versions.props index f080db939..8f61a3a42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 6.0.0-beta.20610.4 + 6.0.0-beta.20608.21 diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 534f6988d..7d4974479 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -69,9 +69,9 @@ function Trigger-Subscription([string]$SubscriptionId) { 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-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" diff --git a/global.json b/global.json index 3b8f38f68..2c17d237a 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20610.4" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20608.21" } }