Commit f3dfde2
Migrate CI from AppVeyor to GitHub Actions (#2)
* Initial plan
* Add GitHub Actions workflow and update README badge
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
* Remove appveyor.yml and update solution file
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
* Update GitHub Actions workflow to match actual project structure
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
* Add explicit permissions to GitHub Actions workflow for security
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
* Update to use windows-latest runner image
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
* Fix deprecated GitHub Actions commands in Set-EnvVars.ps1
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
* Don't build in parallel, to avoid build breaks
* Ignore .binlog files
* Remove broken step that I don't know the purpose of
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: AArnott <3548+AArnott@users.noreply.github.com>
Co-authored-by: Andrew Arnott <andrew.arnott@microsoft.com>1 parent f5843ae commit f3dfde2
File tree
6 files changed
+55
-29
lines changed- .github/workflows
- build
6 files changed
+55
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments