Open yurygolub opened 1 year ago
Yes, it looks like you are correct. Will take a look. Thank you
I have a taken a look at this. This is not a bug.
cmd /C d:\Path to folder\PupNet-HelloWorld\Deploy/PostPublish.bat
The solution is simply to put quotes around the DotnetPostPublish
or DotnetPostPublishOnWindows
values in your config file. The values are not necessarily simple script filenames, but may theoretically contain commands, hence why I did not ensure they were quoted prior to be called.
I'm trying to build windows setup, but I'm getting an error. Looks like spaces in the path to PostPublish.bat cause it.