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
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