Commit 26010a5
committed
builds.ps1 - Major rewrite
- Use $BuildArches "win-x86;win-x64;win-arm64" param to specify the desired
platforms to package. Using win-x64 etc so if we ever add support for packaging
linux/macosx then they can easily be added. Spaces, semi colons, colons, and commas
should all work as delimiters. x86 x64 and arm64 without the win- prefix would also
work.
- Additionally reduce some duplication
- Remove the nuspec template and go back to having a straight nuspec file
as I have plans to refactor that package shortly.
- When a download fails terminate with a clearer error message
.\build.ps1 -CefVersion 95.7.8+g69b7dc3+chromium-95.0.4638.17 -BuildArches "win-x86,win-x64"
.\build.ps1 -CefVersion 95.7.8+g69b7dc3+chromium-95.0.4638.17 -BuildArches "win-x86 win-x64 win-arm64"
.\build.ps1 -CefVersion 95.7.8+g69b7dc3+chromium-95.0.4638.17 -BuildArches "win-x86;win-x64;win-arm64"1 parent 62b46a3 commit 26010a5
File tree
4 files changed
+607
-546
lines changed- NuGet
4 files changed
+607
-546
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments