Add and package osx-x64 (#1324)

This commit is contained in:
Charles Gagnon
2021-11-29 16:47:59 -08:00
committed by GitHub
parent 1bae482a8d
commit 5b9300f39a
10 changed files with 19 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<PackageDescription>SQL Tools Service application for the osx-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
</PropertyGroup>
<ItemGroup>
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/osx-x64/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/osx-x64/native" />
</ItemGroup>
</Project>