Skip to content

Commit

Permalink
Ensure CoreCLR pkgproj include packaging props (dotnet#39906)
Browse files Browse the repository at this point in the history
Since these projects don't directly consume the nupkg they didn't
automatically get props when we added it.
  • Loading branch information
ericstj authored Jul 24, 2020
1 parent 557c7af commit 7ec5302
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/coreclr/src/.nuget/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

<!-- Packaging projects (.pkgproj) are non-SDK-style, so they need to directly import Directory.Build.props -->
<Import Project="../Directory.Build.props" />

<Import Project="$(NuGetPackageRoot)\microsoft.dotnet.build.tasks.packaging\$(MicrosoftDotNetBuildTasksPackagingVersion)\build\Microsoft.DotNet.Build.Tasks.Packaging.props" />

<Import Project="packaging.props" />

<PropertyGroup>
Expand Down

0 comments on commit 7ec5302

Please sign in to comment.