Build fails, when project path contains whitespaces
Closed this issue · 0 comments
carstencodes commented
The title already tells it.
$ mkdir C:\test
$ mkdir "C:\test\My Project"
$ mkdir "C:\test\My Project\test"
$ cd "C:\test\My Project\test"
$ dotnet new console
$ dotnet add package dspace.runtime.interopservices.buildtasks
$ dotnet build
Expected: The build works
Result: Calling dscom.exe to export type library
Unrecognized command or argument 'Project\test\bin\Debug\net6.0\test.dll'.