Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20190…
Browse files Browse the repository at this point in the history
…906.2 (#1792)

- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19456.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.2
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19456.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19456.2
  • Loading branch information
dotnet-maestro[bot] committed Sep 6, 2019
1 parent 7db7c85 commit 59ef5c5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<SourceBuildId>5596</SourceBuildId>
</Dependency>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19456.1">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19456.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.1-beta.19456.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.1-beta.19456.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19456.1</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.1-beta.19456.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19456.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.1-beta.19456.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
<!-- XUnit-related (not extensions) -->
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/post-build/channels/netcore-dev-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ stages:
/p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
/p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
${{ parameters.artifactsPublishingAdditionalParameters }}


Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"version": "3.0.100-preview9-013796"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.1",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19456.1",
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19456.2",
"Microsoft.NET.Sdk.IL": "3.0.0-preview9.19421.2"
},
"native-tools": {
Expand Down

0 comments on commit 59ef5c5

Please sign in to comment.