Skip to content

Commit 59ef5c5

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20190906.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
1 parent 7db7c85 commit 59ef5c5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
6767
<SourceBuildId>5596</SourceBuildId>
6868
</Dependency>
6969
<!-- Arcade -->
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.1">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.2">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
72+
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
7373
</Dependency>
74-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19456.1">
74+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.19456.2">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
76+
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
7777
</Dependency>
78-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.1">
78+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.2">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
80+
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.1-beta.19456.1">
82+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.1-beta.19456.2">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>3c963ed6a079bfa79892232a4366988dd2a2aa91</Sha>
84+
<Sha>397060df67388da56b50de7e6f7292a5dccc2de6</Sha>
8585
</Dependency>
8686
</ToolsetDependencies>
8787
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</PropertyGroup>
3333
<!-- Arcade -->
3434
<PropertyGroup>
35-
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19456.1</MicrosoftDotNetGenFacadesPackageVersion>
36-
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.1-beta.19456.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
35+
<MicrosoftDotNetGenFacadesPackageVersion>1.0.0-beta.19456.2</MicrosoftDotNetGenFacadesPackageVersion>
36+
<MicrosoftDotNetXUnitExtensionsPackageVersion>2.4.1-beta.19456.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
3737
</PropertyGroup>
3838
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
3939
<!-- XUnit-related (not extensions) -->

eng/common/templates/post-build/channels/netcore-dev-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ stages:
124124
/p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
125125
/p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
126126
/p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
127-
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)
127+
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
128128
${{ parameters.artifactsPublishingAdditionalParameters }}
129129

130130

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"version": "3.0.100-preview9-013796"
1616
},
1717
"msbuild-sdks": {
18-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.1",
19-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19456.1",
18+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2",
19+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19456.2",
2020
"Microsoft.NET.Sdk.IL": "3.0.0-preview9.19421.2"
2121
},
2222
"native-tools": {

0 commit comments

Comments
 (0)