Update dependencies from https://github.com/dotnet/arcade build 20200226.7 (#19406)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20126.7
- Microsoft.DotNet.GenAPI - 5.0.0-beta.20126.7
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20126.7
This commit is contained in:
dotnet-maestro[bot] 2020-02-27 18:05:09 +00:00 committed by GitHub
parent 2056146c95
commit 403bdaa1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 9 deletions

View File

@ -336,17 +336,17 @@
<Uri>https://github.com/dotnet/extensions</Uri>
<Sha>8fb38ab52b8f873109b6e87b4f04226d6a892ee4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20123.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20126.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>85d76351b1f0245c9f331f72219d12e8e2d48e72</Sha>
<Sha>cd4164e1f3f7daf2a6f8dbd012210c93521bd82f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20123.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20126.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>85d76351b1f0245c9f331f72219d12e8e2d48e72</Sha>
<Sha>cd4164e1f3f7daf2a6f8dbd012210c93521bd82f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20123.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20126.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>85d76351b1f0245c9f331f72219d12e8e2d48e72</Sha>
<Sha>cd4164e1f3f7daf2a6f8dbd012210c93521bd82f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.Testing" Version="5.0.0-preview.2.20126.1" CoherentParentDependency="Microsoft.AspNetCore.Razor.Language">
<Uri>https://github.com/dotnet/extensions</Uri>

View File

@ -62,7 +62,7 @@
-->
<PropertyGroup Label="Automated">
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20123.1</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>5.0.0-beta.20126.7</MicrosoftDotNetGenAPIPackageVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>3.5.0-beta4-20125-04</MicrosoftNetCompilersToolsetPackageVersion>
<!-- Packages from dotnet/core-setup -->

View File

@ -84,6 +84,7 @@ stages:
- job: publish_assets
displayName: Publish Assets
dependsOn: setupMaestroVars
timeoutInMinutes: 120
variables:
- name: BARBuildId
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]

View File

@ -83,6 +83,7 @@ stages:
- job: publish_assets
displayName: Publish Assets
dependsOn: setupMaestroVars
timeoutInMinutes: 120
variables:
- name: BARBuildId
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]

View File

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