sayedihashimi / package-web

Extensions for ASP.NET web projects package creation
32 stars 18 forks source link

Applying multiple transforms breaks if passing parameters via command line #73

Closed seankearney closed 9 years ago

seankearney commented 10 years ago

The syntax for configuring multiple transforms is conflicting with the command line parsing.

Command line parameters are separated with a ; and the multiple transforms are also separated by a ;. This results in the command line parameters getting parsed incorrectly.

https://github.com/sayedihashimi/package-web/issues/42#issuecomment-13680102 https://github.com/sayedihashimi/package-web/issues/60#issuecomment-20793245