Re: [WiX-devs] Building 3.8: WixFlavor vs. Configuration

2013-03-22 Thread Rob Mensching
WixFlavor is an internal variable. Don't think it's meant to be set on the command-line. I think Configuration works correctly. On Fri, Mar 22, 2013 at 7:37 PM, Bruce Cran wrote: > I've just realised that 'msbuild /p:WixFlavor=ship' is building Debug > binaries and putting them in the build\shi

[WiX-devs] Building 3.8: WixFlavor vs. Configuration

2013-03-22 Thread Bruce Cran
I've just realised that 'msbuild /p:WixFlavor=ship' is building Debug binaries and putting them in the build\ship directory. Are either of 'msbuild /p:WixFlavor=ship' and 'msbuild /p:Configuration=Release' supposed to do the same thing, or should we be erroring out if WixFlavor is specified on