skip to Main Content

Ubuntu – Azure DevOps: Response status code does not indicate success: 401 (Unauthorized – No local versions of package 'skiasharp')

We are using Azure DevOps pipeline for CI-CD and we are getting lot of 401 Unauthorized error when restoring NuGet packages during a build For example: /home/vsts/work/1/s/backend/tests/DemoModule.IntegrationTests/DemoModule.IntegrationTests.csproj : error NU1301: Failed to retrieve information about 'Humanizer.Core.sl' from remote source 'https://microsofthealthoss.pkgs.visualstudio.com/7621b231-1a7d-4364-935b-2f72b911c43d/_packaging/a60b7c8b-c6ae-4a8e-bd15-a526b603a1f2/nuget/v3/flat2/humanizer.core.sl/index.json'.…

VIEW QUESTION

Ubuntu 22 cannot find .NET Core

When I run dotnet build, I get You must install or update .NET to run this application. App: /usr/share/dotnet/sdk/7.0.305/dotnet.dll Architecture: x64 Framework: 'Microsoft.NETCore.App', version '7.0.8' (x64) .NET location: /usr/share/dotnet/ No frameworks were found. Learn about framework resolution: https://aka.ms/dotnet/app-launch-failed To install…

VIEW QUESTION

Ubuntu 22.04 updates broke dot net core 7.0

On 3 running Ubuntu servers... I did updates and now Supervisor crashes. tail /var/log/PHCAdmin.err.log: .NET location: /usr/lib/dotnet/ No frameworks were found. Learn about framework resolution: https://aka.ms/dotnet/app-launch-failed To install missing framework, download:https://aka.ms/dotnet-core-applaunch?framework=Microsoft.AspNetCore.App&framework_version=7.0.0&arch=x64&rid=ubuntu.22.04-x64

VIEW QUESTION
Back To Top
Search