mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Fix RID package paths (#1307)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
it's only the release pipeline that generates the tag to use for the Github release. This
|
it's only the release pipeline that generates the tag to use for the Github release. This
|
||||||
is a workaround to get releases out until the pipelines can be refactored to pass in
|
is a workaround to get releases out until the pipelines can be refactored to pass in
|
||||||
the correct version -->
|
the correct version -->
|
||||||
<PackageVersion>3.0.0-release.156</PackageVersion>
|
<PackageVersion>3.0.0-release.157</PackageVersion>
|
||||||
<PackageLicenseExpression></PackageLicenseExpression>
|
<PackageLicenseExpression></PackageLicenseExpression>
|
||||||
<PackageLicenseFile>license/license.txt</PackageLicenseFile>
|
<PackageLicenseFile>license/license.txt</PackageLicenseFile>
|
||||||
<PackageIcon>images\sqlserver.png</PackageIcon>
|
<PackageIcon>images\sqlserver.png</PackageIcon>
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
<Project Sdk="Microsoft.Build.NoTargets">
|
|
||||||
<PropertyGroup>
|
|
||||||
<PackageDescription>SQL Tools Service application for the osx-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-x64/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/osx-x64/native" />
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -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>
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
<Project Sdk="Microsoft.Build.NoTargets">
|
<Project Sdk="Microsoft.Build.NoTargets">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageDescription>SQL Tools Service application for the ubuntu.14.04 runtime. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
|
<PackageDescription>SQL Tools Service application for the ubuntu.14.04-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/ubuntu.14.04/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/ubuntu.14.04-x64/native" />
|
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/ubuntu.14.04-x64/$(TargetFramework)/**" Pack="true" PackagePath="runtimes/ubuntu.14.04-x64/native" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user