MSBuild Parallel Switch
I'm getting the following message when building my solution:
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
It would be nice to have a setting in the appveyor.yml file to enable this switch instead of having to move everything over to a custom build script.
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 03 Dec, 2014 06:24 AM
It's been implemented. Will be deployed with the next update this week.
2 Posted by montgomery.adam on 10 Dec, 2014 10:14 PM
That's awesome, thanks! Is there a way to set it from the appveyor.yml file? I couldn't find anything on the appveyor.yml reference page.
Support Staff 3 Posted by Feodor Fitsner on 10 Dec, 2014 10:16 PM
Yeah, it's:
build:
parallel: true
-Feodor
4 Posted by montgomery.adam on 10 Dec, 2014 10:43 PM
Worked perfectly, thanks
montgomery.adam closed this discussion on 10 Dec, 2014 10:43 PM.