Get MSBuild performance summary#21487
Closed
dougbu wants to merge 3 commits into
Closed
Conversation
Contributor
|
😞 but |
Member
|
Won't the changes to eng/common/tools.ps1 be overwritten by the next update from Arcade? |
Contributor
Author
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
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
eb77c4d to
1b3fd49
Compare
dougbu
added a commit
that referenced
this pull request
Feb 2, 2021
- 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
dougbu
added a commit
that referenced
this pull request
Feb 3, 2021
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.