Activities of "easonyang"

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.x
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace: Response status code does not indicate success: 403 (Forbidden).
  • Steps to reproduce the issue:"
      1. Open https://dev.azure.com/{my_organization}
      1. New a pipeline and add a task of Bash
      1. Add scripts: dotnet build -c Release
      1. Run the Pipeline
      1. In the job details, I got the failed message.

ABP Framework version: v4.3.3 UI type: MVC DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no, microservice template
    • Exception message and stack trace: The active test run was aborted. Reason: Test host process crashed
  • Steps to reproduce the issue:"
  1. enter the Saas service application test project folder
  2. run the command: dotnet test
Showing 11 to 13 of 13 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41