We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ccf4e commit 13c3283Copy full SHA for 13c3283
src/https/https.csproj
@@ -4,6 +4,10 @@
4
<OutputType>Exe</OutputType>
5
<TargetFramework>netcoreapp2.1</TargetFramework>
6
<LangVersion>latest</LangVersion>
7
+
8
+ <PackAsTool>true</PackAsTool>
9
+ <ToolCommandName>https</ToolCommandName>
10
+ <PackageOutputPath>./nupkg</PackageOutputPath>
11
</PropertyGroup>
12
13
<ItemGroup>
0 commit comments