Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 80bc320

Browse files
authored
Override built-in pack for SDK style projects
See dotnet/sdk#888 and NuGet/Home#5171
1 parent a9cb8d6 commit 80bc320

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Build/NuGet.Build.Packaging.Tasks/NuGet.Build.Packaging.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1313

1414
<PropertyGroup>
1515
<IsPackagingProject Condition="'$(IsPackagingProject)' == '' and '$(MSBuildProjectExtension)' == '.nuproj'">true</IsPackagingProject>
16+
<ImportNuGetBuildTasksPackTargetsFromSdk>false</ImportNuGetBuildTasksPackTargetsFromSdk>
1617
</PropertyGroup>
1718

1819
<PropertyGroup>

0 commit comments

Comments
 (0)