We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 310c3e3 + 9f31749 commit a4a7b91Copy full SHA for a4a7b91
1 file changed
src/dotnet-sourcelink/dotnet-sourcelink.csproj
@@ -1,10 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>$(NetToolMinimum)</TargetFramework>
6
<!-- Allow tool to roll forward to a newer major version. -->
7
<RollForward>Major</RollForward>
8
9
+ <IsShipping>false</IsShipping>
10
<!-- NuGet -->
11
<IsPackable>true</IsPackable>
12
<PackAsTool>True</PackAsTool>
0 commit comments