8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db26e2 commit fde1f6fCopy full SHA for fde1f6f
src/Directory.Build.targets
@@ -5,6 +5,10 @@
5
<DefineConstants>CI;$(DefineConstants)</DefineConstants>
6
</PropertyGroup>
7
8
+ <PropertyGroup Condition="'$(IsPackable)' == '' and '$(PackAsTool)' == 'true'">
9
+ <IsPackable>true</IsPackable>
10
+ </PropertyGroup>
11
+
12
<PropertyGroup Condition="'$(IsPackable)' == ''">
13
<!-- The Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets unconditionally sets
14
PackageId=AssemblyName if no PackageId is provided, and then defaults IsPackable=true if
0 commit comments