[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

@@ -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>