Commit d31f62c
authored
Clean up some cruft files on Windows releases (#2248)
Improve the handling of output paths and build artifacts in the Windows
installer build pipeline.
We accidentally started including some code signing summary report files
in the output zip archives on Windows - let's delete those.
Also I noticed that local builds were now outputting the Windows
installers to the payload directory, rather than the expected output
path. This is because now that we specify a RID we were getting the RID
appended to the output path (which would then be the same as the payload
path.. what a coincidence!).
Finally let's be a bit more robust with the path-math in our layout.ps1
script - we should not assume if the path has the trailing slash or not.
(Note that in MSBuild, the convention is that directory path variables
should end with a slash.)File tree
4 files changed
+15
-2
lines changed- .azure-pipelines
- .github/workflows
- src/windows/Installer.Windows
4 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments