Can't specify "Win32" platform for MSBuilds
Currently the choices in the "platform" combobox are specific to .NET projects (Any CPU/x86/x64) and it's impossible to build C++ projects for Win32 platform -- while building it for x64 works just fine. Could the choice of "Win32" or the ability to enter additional platforms please be added?
TIA!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on Jul 04, 2014 @ 03:58 PM
You can set
configuration
environment variable toWin32
- that should to the trick.2 Posted by vz-appveyor on Jul 04, 2014 @ 06:03 PM
Thanks for your reply but I'm not sure to understand it. Should I stop specifying the platform in the build part of the settings and use two different "build matrix groups" in the environment page?
Also, do you mean
platform
by chance or should it really beconfiguration
?Thanks again!
Support Staff 3 Posted by Feodor Fitsner on Jul 04, 2014 @ 06:39 PM
Oh, right, I meant
platform
- when you specify it on UI it just sets environment variable with the same name. Yes, you can use build matrix groups on environment page.4 Posted by vz-appveyor on Jul 05, 2014 @ 12:47 PM
I can confirm this works, thanks!
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 01:45 AM.