Add build task to create dotnet tools for SQL Tools and Kusto services. (#1582)

This commit is contained in:
Cory Rivera
2022-07-18 12:49:21 -07:00
committed by GitHub
parent 1bcb0c211e
commit 8f9e3fe999
5 changed files with 28 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
<Choose>
<When Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PropertyGroup>
<PackageDescription>.NET client SQL Tools Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
<PackAsTool>true</PackAsTool>
<ToolCommandName>$(AssemblyName)</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>