
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
|
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
|
|
Description
|
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 |
Show » |
| No work has yet been logged on this issue.
|
|