-
Bug
-
Resolution: Won't Fix
-
Critical
-
None
I wanted to add a Command Line parameter ("Release|x64") via msbuild plugin.
But I had an error in console output:
'x64' is not recognized as an internal or external command.
I tried to start the build from server (cmd) and it works. I think, that this plugin doesn`t support (").
This symbol - (") - needs to be in command line. But in Jenkins console, I didn`t see - (").
For example:
Jenkins console: "C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com" /Build Release|x64
cmd on server console: "C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com" /Build "Release|x64"
How can I add "Release|x64" parameter via msbuild plugin correctly?
Thanks.