[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

@ -104,9 +104,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20080.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20101.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>00402f1fdc2b59dbc4f0b1c143850cb72e69fc90</Sha>
<Sha>779323758d3e8aa7e4ee3dc2619d57e696078089</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

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) {

View file

@ -3,6 +3,6 @@
"dotnet": "5.0.100-alpha1-015949"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20080.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2"
}
}