Commit 54b4e9f
ci: use framework-dependent publish to reduce artifact size
Add --no-self-contained to dotnet publish in both the CI pre-publish
step and the runtime fallback in RemoteService.PublishWithDotnetExe.
Framework-dependent publish is ~5MB vs ~60MB per app since it doesn't
bundle the .NET runtime. CI runners have .NET 8 and 10 installed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ea5f355 commit 54b4e9f
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .github/workflows
- tests/Agent/IntegrationTests/IntegrationTestHelpers/RemoteServiceFixtures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments