Enabling NuGet package restore on a solution containing BizTalk projects that consume NuGet packages does not enable package restore.
Expected:
- NuGet.targets get imported in btproj file
- The following MSBuild properties are added to the btproj file:
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
Actual: