microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 218 forks source link

Upgrading VSSDK: 17.0.1600 ->17.3.2093 #1338

Closed WardenGnaw closed 2 years ago

WardenGnaw commented 2 years ago

Some builds are failing with

C:\Users\runneradmin.nuget\packages\microsoft.vssdk.buildtools\17.0.1600\tools\VSSDK\Microsoft.VsSDK.targets(792,3): error MSB4018: The "GetDeploymentPathFromVsixManifest" task failed unexpectedly. [D:\a\MIEngine\MIEngine\src\MIDebugPackage\MIDebugPackage.csproj] C:\Users\runneradmin.nuget\packages\microsoft.vssdk.buildtools\17.0.1600\tools\VSSDK\Microsoft.VsSDK.targets(792,3): error MSB4018: System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object. [D:\a\MIEngine\MIEngine\src\MIDebugPackage\MIDebugPackage.csproj]

Upgrading the VSSDK to a newer version.