requestrr icon indicating copy to clipboard operation
requestrr copied to clipboard

Build Failing Due To a Expired URL

Open SSoft7 opened this issue 1 year ago • 2 comments

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?

SSoft7 avatar Sep 22 '23 11:09 SSoft7

image

Spillebulle avatar Nov 15 '23 11:11 Spillebulle

In nuget.config I replaced the old URL with https://api.nuget.org/v3/index.json and that seemed to work.

jcedmiston avatar Nov 26 '23 21:11 jcedmiston