Add dotnet tool build steps to SQL Tools & Kusto csproj files. (#1573)

This commit is contained in:
Cory Rivera
2022-07-12 16:18:11 -07:00
committed by GitHub
parent ae90a06026
commit c3b5831c89
4 changed files with 53 additions and 12 deletions

View File

@@ -20,6 +20,12 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<PropertyGroup Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PackAsTool>true</PackAsTool>
<ToolCommandName>$(AssemblyName)</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.OperationalInsights" />
<PackageReference Include="Microsoft.SqlServer.DACFx" />