Add better package names for dotnet tool projects (#1595)

This commit is contained in:
Cory Rivera
2022-07-21 13:06:22 -07:00
committed by GitHub
parent 2ae0d99900
commit 887b23e9a1
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PackageId>Microsoft.Kusto.ServiceLayer.Tool</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageDescription>.NET client Kusto 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>