mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Add nuget package for osx-arm64 (#1555)
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user