mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-30 01:25:45 -05:00
[SQL Migration] Update assessment NuGet version, removing the need to check in content files into STS (#1617)
* Update NuGet version and remove metadata * Remove Content Include from csproj * Remove unnecessary PrivateAssets tag * Use official NuGet build * Remove reference in IntegrationTests
This commit is contained in:
@@ -39,10 +39,6 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.SqlServer.Migration.Assessment" />
|
||||
<Content Include="./Migration/Metadata/**">
|
||||
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Compile Include="**/*.cs" Exclude="**/obj/**/*.cs" />
|
||||
</ItemGroup>
|
||||
</Otherwise>
|
||||
|
||||
Reference in New Issue
Block a user