hi
What's your
NuGet.Config
?<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" /> <!-- {ABP_COMMERCIAL_NUGET_SOURCE} --> </packageSources> </configuration>
Yes. The same with yours.
When I build out project on Azure Devops pipeline, the job always failed. I got the error message:
Retrying 'FindPackagesByIdAsync' for source 'https://nuget.abp.io/{MY_API_KEY}/v3/package/microsoft.build.tasks.git/index.json'. Response status code does not indicate success: 403 (Forbidden).
ABP Framework version: v4.3.3 UI type: MVC DB provider: EF Core