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

@@ -4,6 +4,6 @@
</PropertyGroup>
<ItemGroup>
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/ubuntu.16.04/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/ubuntu.16.04-x64/native" />
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/ubuntu.16.04-x64/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/ubuntu.16.04-x64/native" />
</ItemGroup>
</Project>