Ensure CoreCLR pkgproj include packaging props (#39906)
authorEric StJohn <ericstj@microsoft.com>
Fri, 24 Jul 2020 22:17:43 +0000 (15:17 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2020 22:17:43 +0000 (15:17 -0700)
Since these projects don't directly consume the nupkg they didn't
automatically get props when we added it.

src/coreclr/src/.nuget/Directory.Build.props

index 1a8f5c0..02ba072 100644 (file)
@@ -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>