
| Key: |
QB-4247
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Phong Trinh
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 17/Mar/26 12:24 AM
Updated: 21/Mar/26 07:06 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
15.0.37
|
| Fix Version/s: |
16.0.2
|
|
|
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 » |
|