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

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20076.3
- Microsoft.DotNet.GenAPI - 5.0.0-beta.20076.3
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20076.3
This commit is contained in:
dotnet-maestro[bot] 2020-01-27 13:05:52 +00:00
parent 2cc333ac30
commit c2a6a4236f
4 changed files with 12 additions and 9 deletions

View File

@ -417,17 +417,17 @@
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>c7ccbfb3ad05e54eae71f5323a0f51732ee06ad2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20074.6">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20076.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>841c83d8a5b8d8a6bd427f6798b086780138aa9a</Sha>
<Sha>cc8fe69635c7c6e791c87540851aea75946945fa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20074.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20076.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>841c83d8a5b8d8a6bd427f6798b086780138aa9a</Sha>
<Sha>cc8fe69635c7c6e791c87540851aea75946945fa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20074.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20076.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>841c83d8a5b8d8a6bd427f6798b086780138aa9a</Sha>
<Sha>cc8fe69635c7c6e791c87540851aea75946945fa</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Testing" Version="5.0.0-alpha.1.20076.1" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
<Uri>https://github.com/dotnet/extensions</Uri>

View File

@ -60,7 +60,7 @@
-->
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20074.6</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20076.3</MicrosoftDotNetGenAPIPackageVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>3.5.0-beta2-20074-05</MicrosoftNetCompilersToolsetPackageVersion>
<!-- Packages from dotnet/core-setup -->

View File

@ -655,6 +655,9 @@ 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

@ -25,7 +25,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.15.2",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20074.6",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20074.6"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20076.3",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20076.3"
}
}