You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move nuget push to use windows image (Azure#50386)
Currently ubuntu 24.04 no longer has mono installed and so the NugetCommand push no longer works. Using the DonetCoreCLR task to push doesn't work either with because it fails with "Error: DotNetCore currently does not support using an encrypted Api Key." (see microsoft/azure-pipelines-tasks#7160 for details).
After looking around we are switching our publishing to run on windows as that will always have .NET installed and doesn't rely on mono at all.
0 commit comments