Add nuget package for osx-arm64 (#1555)

This commit is contained in:
Karl Burtram
2022-06-21 22:52:08 -07:00
committed by GitHub
parent 0b2eb44769
commit e6d9163f9d

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.Build.NoTargets">
<PropertyGroup>
<PackageDescription>SQL Tools Service application for the osx-arm64 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-arm64/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/osx-arm64/native" />
</ItemGroup>
</Project>