Skip to content

Correct default value for BuildInParallel #263

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

Merged
merged 1 commit into from
Aug 23, 2017

Conversation

steffenloesch
Copy link
Contributor

According to the MSBuild task documentation (https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-task) the default value for BuildInParallel is false.

According to the MSBuild task documentation (https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-task) the default value for BuildInParallel is 'false'.
@msftclas
Copy link

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@saldana
Copy link
Contributor

saldana commented Aug 23, 2017

✅ Validation status: passed

File Status Preview URL Details
docs/msbuild/building-multiple-projects-in-parallel-with-msbuild.md ✅Succeeded

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@Mikejo5000 Mikejo5000 merged commit 170b8dc into MicrosoftDocs:master Aug 23, 2017
@steffenloesch
Copy link
Contributor Author

Interestingly, the default for the BuildInParallel project property to true (https://docs.microsoft.com/en-us/visualstudio/msbuild/common-msbuild-project-properties), while the default for the BuildInParallel task parameter of the MSBuild task is false. Some confusion might come from that.

@steffenloesch steffenloesch deleted the patch-1 branch August 23, 2017 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants