Initial migration service changes for assessment support (#1093)

* Migration service WIP 1

* Assessment DLLs

* WIP

* WIP 2

* Add migration nuget package

* WIP2

* Fix up assessment handler

* WIP

* Fix build scripts

* WIP

* Update Assessment references

* Fix metadata copy to work with publish
This commit is contained in:
Karl Burtram
2020-10-13 11:02:29 -07:00
committed by GitHub
parent 1ee0c1d09a
commit 1a0388c8cb
14 changed files with 1818 additions and 515 deletions

View File

@@ -22,6 +22,8 @@
<PackageReference Update="Microsoft.SqlServer.DACFx" Version="150.4926.2-preview" GeneratePathProperty="true" />
<PackageReference Update="Microsoft.Azure.Kusto.Data" Version="8.0.2" />
<PackageReference Update="Microsoft.Azure.Kusto.Language" Version="8.1.2"/>
<PackageReference Update="Microsoft.SqlServer.Assessment" Version="1.0.280-preview" />
<PackageReference Update="Microsoft.SqlServer.Migration.Assessment" Version="1.0.20201001.204" />
<PackageReference Update="Moq" Version="4.8.2" />
<PackageReference Update="NUnit" Version="3.12.0" />