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

Commit da96bb0

Browse files
kzuadalon
authored andcommitted
Disable SDK Pack also for pre-15.3 builds
1 parent 1cc7559 commit da96bb0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

1414
<PropertyGroup>
1515
<IsPackagingProject Condition="'$(IsPackagingProject)' == '' and '$(MSBuildProjectExtension)' == '.nuproj'">true</IsPackagingProject>
16+
17+
<!-- Disable built-in Pack -->
18+
<NuGetBuildTasksPackTargets>NO-SDK-PACK</NuGetBuildTasksPackTargets>
1619
<ImportNuGetBuildTasksPackTargetsFromSdk>false</ImportNuGetBuildTasksPackTargetsFromSdk>
1720
</PropertyGroup>
1821

0 commit comments

Comments
 (0)