Skip to content

Commit a25b0a0

Browse files
committed
Bump Arcade to 5.0.0-beta and update Directory.Build.targets to work around a .NET SDK bug
1 parent d2c362c commit a25b0a0

File tree

76 files changed

+2420
-2831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2420
-2831
lines changed

Directory.Build.targets

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,18 @@
1616
<PublicSign>false</PublicSign>
1717
</PropertyGroup>
1818

19+
<!--
20+
Note: the .NET SDK is impacted by a bug that prevents the resulting builds from being
21+
treated as deterministic. To work around this bug, AssemblyInfo.cs is manually added.
22+
Visit https://github.com/dotnet/sourcelink/issues/572 for more information.
23+
-->
24+
25+
<PropertyGroup>
26+
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
27+
</PropertyGroup>
28+
29+
<ItemGroup>
30+
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
31+
</ItemGroup>
32+
1933
</Project>

eng/Version.Details.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3+
34
<ProductDependencies>
45
</ProductDependencies>
6+
57
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19517.3">
8+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20180.5">
79
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>a42a124635ce1a218309ecb31ec59d559cacb886</Sha>
10+
<Sha>09bb9d929120b402348c9a0e9c8c951e824059aa</Sha>
911
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19517.3">
12+
13+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20180.5">
1114
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>a42a124635ce1a218309ecb31ec59d559cacb886</Sha>
15+
<Sha>09bb9d929120b402348c9a0e9c8c951e824059aa</Sha>
1316
</Dependency>
1417
</ToolsetDependencies>
18+
1519
</Dependencies>

eng/common/CheckSymbols.ps1

Lines changed: 0 additions & 158 deletions
This file was deleted.

eng/common/PublishToPackageFeed.proj

Lines changed: 0 additions & 83 deletions
This file was deleted.

eng/common/PublishToSymbolServers.proj

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)