Fix RID package paths (#1307)

This commit is contained in:
Charles Gagnon
2021-11-16 14:00:10 -08:00
committed by GitHub
parent d560ff6d5e
commit 47cca6717d
5 changed files with 13 additions and 13 deletions

View File

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