requestrr
requestrr copied to clipboard
Build Failing Due To a Expired URL
Hello,
I'm unable to build this project. Here is the log
DOTNET_CLI_HOME=/tmp dotnet publish -c release -o publish -r linux-x64
Microsoft (R) Build Engine version 17.0.1+b177f8fa7 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
/usr/lib/dotnet/sdk/6.0.122/NuGet.targets(130,5): error : Unable to load the service index for source https://nuget.emzi0767.com/api/v3/index.json. [/tmp/requestrr/Requestrr.WebApi/Requestrr.WebApi.csproj]
/usr/lib/dotnet/sdk/6.0.122/NuGet.targets(130,5): error : Response status code does not indicate success: 403 (Forbidden). [/tmp/requestrr/Requestrr.WebApi/Requestrr.WebApi.csproj]
Can you help or update the URL?
In nuget.config I replaced the old URL with https://api.nuget.org/v3/index.json and that seemed to work.