-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Optimizing VS component installer to speed up CI builds #4512
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
Conversation
|
Changes seem fine, but out of curiosity: |
Sorry, this is an investigation / work-in progress. I'm first going to add more logging to the script so I can see where the time is being spent, and get a list of what is/isn't installed on the machines as part of the logging, then fine tune things. |
| ); | ||
|
|
||
| if (verbose) { | ||
| console.log('Looking for MSBuilt at: ' + msBuildPath); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit spelling
With the new VMs, shaving down the current ~15min install step.
Closes #4450
Microsoft Reviewers: Open in CodeFlow