Commit faaa3b1
committed
Installer.Windows: fix up installer output path
When building locally the gcm(user)-$RID-$VERSION.exe installer files
were being written to the PayloadPath, rather than the OutputPath.
Also, since we're now specifying a RID for all invocations of the
project file, we should disable the appending of the RID to the
OutputPath variable - we already have the RID as part of the PayloadPath
(for keeping binaries separated by RID) and the resulting installer
filenames also contain the RID anyway.
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>1 parent de3b137 commit faaa3b1
2 files changed
Lines changed: 5 additions & 2 deletions
File tree
- .github/workflows
- src/windows/Installer.Windows
| 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 | | |
| |||
0 commit comments