Issue Type: Bug Bug
Affects Versions: current
Assignee: kdsweeney
Components: msbuild
Created: 02/Jul/13 2:44 PM
Description:

MSBuild plugin version 1.18 doesn't handle "partially" quoted arguments correctly.

I am using /p:Configuration="Any CPU". This is converted to "/p:Configuration="Any CPU"" causing the MSBuild command line to fail.

As a workaround I can escape the space character using a backslash (e.g. /p:Configuration=Any\ CPU). This will be converted by the MSBuild plugin to "/p:Configuration=Any CPU" which is fine for MSBuild. But this is only a workaround requiring to change all my Jenkins build jobs.

This is a regression introduced by the fix for JENKINS-17876.

Project: Jenkins
Labels: msbuild
Priority: Major Major
Reporter: candritzky
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to