diff --git a/NuGet.config b/NuGet.config index b5ae397bc4cffdd55bfd305c310329bd4b1dc3d0..3cd2f6f4e6a036da7cd3409512398c83dc669d35 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1385b395087282e429f30c26ea4b84e8e111e314..1957f22226495a00a10e93828510e70484438ee0 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 3c68df0eced8ef187d55d422cce9ae3f42e39c97..551ae113f89fc2b8d8cdef27e2ee7958d59dc6a4 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 42005c28f5d058d920175f352d06c55ead92d19d..a2a0d2ef9814fcdce558af662d2724acf5044651 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" } }