[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:
Raymond Truong
2022-08-08 11:17:38 -07:00
committed by GitHub
parent 46b6dd2e46
commit 091f2c942e
22 changed files with 1 additions and 3983 deletions

View File

@@ -22,14 +22,6 @@
<Compile Remove="Migration\*" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<Content Include="..\..\src\Microsoft.SqlTools.ServiceLayer\Migration\Metadata\**">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>