Commit b09a7b8
dev: Add a justfile to gh-gei to simplify building and testing
Update the application to make the interaction with use a more cross-platform
build process, while still relying on the underlying dotnet build tools for the
implementation.
This is more discoverable; you can see what the project can do by running `just --choose`
which will offer a complete list of build commands.
- [-] Did you write/update appropriate tests
- [-] Release notes updated (if appropriate)
- [-] Appropriate logging output
- [-] Issue linked
- [X] Docs updated (or issue created)
- [-] New package licenses are added to `ThirdPartyNotices.txt` (if applicable)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 64836a8 commit b09a7b8
File tree
5 files changed
+488
-337
lines changed- .devcontainer
- .github/workflows
- docs
5 files changed
+488
-337
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
0 commit comments