linux arm64 (#1958)

This commit is contained in:
Alan Ren
2023-03-21 21:19:52 -07:00
committed by GitHub
parent a104251885
commit 0c99327429
6 changed files with 58 additions and 39 deletions

View File

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