| << Back to previous view |
[QB-4247] MSBuild plugin may have an issue.
|
|
| Status: | Open |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 15.0.37 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Phong Trinh | Assigned To: | Steve Luo |
| Resolution: | Unresolved | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| 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 |
| Comments |
| Comment by Phong Trinh [ 17/Mar/26 01:23 AM ] |
| Corrected my typo: Looks like MSbuild plugin added the double quotes at the wrong location. |