-
Notifications
You must be signed in to change notification settings - Fork 135
MultiTarget Matrix for CI, support for solution generation #456
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8e8464a
Expand matrix to build each winui/multitarget separately
Arlodotexe 3855bef
Limit usage of uno-check to uno targeted jobs
Arlodotexe 5ec6802
Use new MultiTargets parameter for passing head/target references fro…
Arlodotexe 19f0cdb
Split packaging into separate build step for matrix build, use latest…
Arlodotexe e2ca312
Add missing required runs-on field
Arlodotexe 9e3ce3f
Deduplication 'if' condition for Create test reports step
Arlodotexe 6dc6a9b
Add dotnet tool restore to package job
Arlodotexe b6f01e7
Fixed syntax error
Arlodotexe 651393c
Update tooling pointer
Arlodotexe 885976a
Use quotes for PreviewVersion parameter
Arlodotexe 2f670b4
Use double quotes instead of escaped single quotes
Arlodotexe ba15056
Include or exclude switch params instead of passing true/false
Arlodotexe f448167
Fixed syntax error
Arlodotexe 8e66773
Update .github/workflows/build.yml
Arlodotexe 088a1ff
Use recursive wildcard for discovering nuget packages.
Arlodotexe 6af5ad0
Remove leading './' from dotnet nuget push
Arlodotexe 9f1713c
Update tooling to latest main
Arlodotexe 4a4081c
Revert "Update tooling to latest main"
Arlodotexe 3381262
Update tooling to latest main
Arlodotexe 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| @ECHO OFF | ||
| SET "IncludeHeads=%1" | ||
| IF "%IncludeHeads%"=="" SET "IncludeHeads=all" | ||
| SET "MultiTargets=%1" | ||
| IF "%MultiTargets%"=="" SET "MultiTargets=all" | ||
|
|
||
| powershell .\tooling\GenerateAllSolution.ps1 -IncludeHeads %IncludeHeads% | ||
| powershell .\tooling\GenerateAllSolution.ps1 -MultiTargets %MultiTargets% |
Submodule tooling
updated
22 files
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.
Uh oh!
There was an error while loading. Please reload this page.