-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to choose which MSBuild architecture to use #85
Comments
For MSBuild, yes, let me investigate and add this feature. The convention |
Sure, that works for me! The colon was inspired by the way you specify the architecture when installing packages using apt-get, but I'm not super attached to that suggestion. |
For now, I am going to support only the suffix |
That makes sense. Let me know if there's anything I can do to help -- I'm happy to have a stab at a pull request if you aren't already working on it. |
Thank you. It's all done and being tested. So far so good. I will release this tonight, more likely. |
v3.6.4 |
After #84 was fixed, our automated builds started failing. We're building Visual Studio extensions, which use the VSSDK NuGet package. As part of its build process, a 32-bit process (VSCT.exe) is invoked, which causes an error to occur. Ideally, we'd like to be able to force a 32-bit MSBuild process even if we're running on a 64-bit machine.
Would it be possible to add the ability to do something like this?
use 15.0:x86 MSBuild
The idea being it could be applied to other paths like
VisualStudio\<version>
:use VisualStudio\14.0:x86 MSBuild
The text was updated successfully, but these errors were encountered: