-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Get MSBuild
performance summary
#21487
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
😞 but |
Won't the changes to eng/common/tools.ps1 be overwritten by the next update from Arcade? |
Yes. That's why we need to change Arcade if we're going to stop using binary logs. BTW this PR is not something I intend to merge. The first commit isn't something we want or need in general. It's just useful as we try out ways to improve build performance e.g. @mmitche's investigations and mine. |
c8652df
to
d7bf406
Compare
44c4d89
to
5fe8bfc
Compare
5fe8bfc
to
82bdc4a
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
eb77c4d
to
1b3fd49
Compare
- how did Linux builds ever work? - case difference between these lines and global `$(Configuration)` value is **really** old - same for case in src/Components/Web.JS/src/webpack.config.js versus `$(Configuration)` I'm not sure this is the right fix when building `Debug` - will overwrite the checked-in dist/Debug files - should the project no-op in that configuration? Error seen in #21487 w/o this: ``` text error MSB3954: Failed to compute hash for file '/datadisks/disk1/workspace/_work/1/s/src/Components/Web.JS/dist/Release/blazor.webassembly.js' because it does not exist or is inaccessible. ```
1b3fd49
to
f73d19b
Compare
- how did Linux builds ever work? - case difference between these lines and global `$(Configuration)` value is **really** old - same for case in src/Components/Web.JS/src/webpack.config.js versus `$(Configuration)` I'm not sure this is the right fix when building `Debug` - will overwrite the checked-in dist/Debug files - should the project no-op in that configuration? Error seen in #21487 w/o this: ``` text error MSB3954: Failed to compute hash for file '/datadisks/disk1/workspace/_work/1/s/src/Components/Web.JS/dist/Release/blazor.webassembly.js' because it does not exist or is inaccessible. ```
f73d19b
to
0a0e87c
Compare
0a0e87c
to
195e3c1
Compare
- run those jobs 10 times
- do not dupe the `@(ProjectReferenceProvider)` item group
076d003
to
d901966
Compare
No description provided.