History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-4247
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Steve Luo
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

MSBuild plugin may have an issue.

Created: Tuesday 12:24 AM   Updated: Tuesday 01:23 AM
Component/s: None
Affects Version/s: 15.0.37
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
 I have a multiple selection variable named fruitVariable, and it had following choices:
apple
orange
dragon fruit

 I passed the value of fruitVariable to a MSBuild property and got the following error:
  MSB1006: property is no valid
  Switch: orange
 <path>/MSBuild.exe /nologo /t:test "/property:fruitProp=apple,orange, dragon fruit" .\build.xml

 However, I ran following MSBuild command line manually, it was successfully
 <path>/MSBuild.exe /nologo /t:test /property:fruitProp="apple,orange, dragon fruit" .\build.xml

 Looks MSbuild plugin added the double quotes at a wrong location.

 Please look into it when you have earliest chance.

 Thanks,
ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Change by Robin Shen [17/Mar/26 12:25 AM]
Field Original Value New Value
Assignee Robin Shen [ robinshine ] Steve Luo [ steve ]