Commit 492bbb4
fix(ci): use NuGetAuthenticate + dotnet nuget push (#682)
NuGetCommand@2 requires Mono on Ubuntu 24.04+. DotNetCoreCLI@2 can't
handle encrypted API keys. Using NuGetAuthenticate@1 to set up creds
then dotnet nuget push directly works on all agents without Mono.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8ecac50 commit 492bbb4
1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
| 359 | + | |
| 360 | + | |
361 | 361 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
366 | 369 | | |
367 | 370 | | |
368 | 371 | | |
| |||
0 commit comments