Commit 85dc461
committed
ci: fix pack step to restore all RIDs before packaging
The pack step was failing with NETSDK1047 because it ran with --no-build
--no-restore, but the project.assets.json only had the last RID from the
publish loop. Tool packaging with ToolPackageRuntimeIdentifiers needs
assets for ALL RIDs.
Fix:
- Add restore without -r flag before pack (restores all RIDs)
- Remove --no-build so pack can build each RID package1 parent 18a4bb1 commit 85dc461
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
153 | 158 | | |
154 | 159 | | |
155 | | - | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
0 commit comments