You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be updated to support spaces in the path by using quotes: <Exec Command="mt.exe -winmd:%22%(_UnpackagedWin32WinmdManifest.WinMDPath)%22 -dll:%22%(_UnpackagedWin32WinmdManifest.Implementation)%22 -out:%22%(_UnpackagedWin32WinmdManifest.Identity)%22 -nologo" />
The text was updated successfully, but these errors were encountered:
xaml-islands/build/Unpackaged.targets
Line 33 in bf60a7f
This should be updated to support spaces in the path by using quotes:
<Exec Command="mt.exe -winmd:%22%(_UnpackagedWin32WinmdManifest.WinMDPath)%22 -dll:%22%(_UnpackagedWin32WinmdManifest.Implementation)%22 -out:%22%(_UnpackagedWin32WinmdManifest.Identity)%22 -nologo" />
The text was updated successfully, but these errors were encountered: