Skip to content

Commit

Permalink
Bump Arcade to 5.0.0-beta and update Directory.Build.targets to work …
Browse files Browse the repository at this point in the history
…around a .NET SDK bug
  • Loading branch information
kevinchalet committed Apr 7, 2020
1 parent 1e093b1 commit b947ccb
Show file tree
Hide file tree
Showing 76 changed files with 2,420 additions and 2,831 deletions.
14 changes: 14 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,18 @@
<PublicSign>false</PublicSign>
</PropertyGroup>

<!--
Note: the .NET SDK is impacted by a bug that prevents the resulting builds from being
treated as deterministic. To work around this bug, AssemblyInfo.cs is manually added.
Visit https://github.com/dotnet/sourcelink/issues/572 for more information.
-->

<PropertyGroup>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
</ItemGroup>

</Project>
12 changes: 8 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>

<ProductDependencies>
</ProductDependencies>

<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19517.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20180.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a42a124635ce1a218309ecb31ec59d559cacb886</Sha>
<Sha>09bb9d929120b402348c9a0e9c8c951e824059aa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19517.3">

<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20180.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a42a124635ce1a218309ecb31ec59d559cacb886</Sha>
<Sha>09bb9d929120b402348c9a0e9c8c951e824059aa</Sha>
</Dependency>
</ToolsetDependencies>

</Dependencies>
158 changes: 0 additions & 158 deletions eng/common/CheckSymbols.ps1

This file was deleted.

83 changes: 0 additions & 83 deletions eng/common/PublishToPackageFeed.proj

This file was deleted.

82 changes: 0 additions & 82 deletions eng/common/PublishToSymbolServers.proj

This file was deleted.

Loading

0 comments on commit b947ccb

Please sign in to comment.