-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Blazor] Fix template tests #54606
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
[Blazor] Fix template tests #54606
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4d2ca4d
Enable packing locally
MackinnonBuck 7613b0e
Fix template project publish
MackinnonBuck 5725234
Unquarantine BlazorWasmStandaloneTemplate_Works
MackinnonBuck b2a2aa6
Enable skipped tests, remove hosted tests
MackinnonBuck ad7ced6
Blazor Web tests + fixes + cleanup
MackinnonBuck dfe0a34
Try using HTTP for PWA test
MackinnonBuck 69d6b37
Collect binlogs on restore failure
MackinnonBuck 5455102
Create and restore in separate steps
MackinnonBuck 27f7330
Fix typo
MackinnonBuck 4015db0
Add explicit reference to M.A.C.WebAssembly.Server
MackinnonBuck f0bd75f
Trying another fix
MackinnonBuck 27b4da3
Fixing the fix
MackinnonBuck 488e868
Trying something else
MackinnonBuck 91c90c7
More fixes
MackinnonBuck 06dc452
Mostly fixed, just a couple more issues
MackinnonBuck b88201c
More updates
MackinnonBuck e5f8506
Debugging CI
MackinnonBuck f043eb8
Fixed extra '\'
MackinnonBuck b4228a5
Don't disable targeting pack download in some cases
MackinnonBuck bb9cfb6
Fix
MackinnonBuck 4f629c2
Enforce build order
MackinnonBuck 7273474
More build order enforcement
MackinnonBuck dc7cb8a
Disable DotNetHostOverride on Helix
MackinnonBuck e317489
Fix
MackinnonBuck cb59171
Ignore some behavior on Helix
MackinnonBuck 1917409
The env variable was lowercase?
MackinnonBuck acf0b2f
Fixed broken item template test
MackinnonBuck 2db4ac0
Fix
MackinnonBuck 7d2e035
Disable Blazor Web Playwright test on non-helix CI
MackinnonBuck 0ced048
Cleanup
MackinnonBuck b3e6bb9
Rewrite nuspecs earlier
MackinnonBuck bb41807
Try re-enabling Helix
MackinnonBuck 02d1354
Revert last two commits
MackinnonBuck 304f577
Try undoing build ordering changes
MackinnonBuck 185862c
Add comments describing changes
MackinnonBuck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This change was required in order to build locally with the
-pack
option. But unfortunately it seems to increase the build time quite a bit. Might be worth considering somehow moving this step to the"Pack"
target.