[master] Update dependencies from dotnet/arcade (#6275)

* Update dependencies from https://github.com/dotnet/arcade build 20200131.7

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20081.7

* Update dependencies from https://github.com/dotnet/arcade build 20200201.2

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2
This commit is contained in:
dotnet-maestro[bot] 2020-02-03 20:21:50 +00:00 committed by GitHub
parent f8adf6b19e
commit c4f37d72b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View file

@ -655,9 +655,6 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir
Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir
Write-PipelineSetVariable -Name 'TMP' -Value $TempDir
$env:TEMP=$TempDir
$env:TMP=$TempDir
# Import custom tools configuration, if present in the repo.
# Note: Import in global scope so that the script set top-level variables without qualification.
if (!$disableConfigureToolsetImport) {