0
balessi75 created
2 Answer(s)
-
0
Hello 👋,
The error occurs because .NET 7 Runtime is missing from the build agent. Since you are using version 7.. of ABP CLI, it requires .NET 7 Runtime but only .NET 6, 8, and 9 are installed.
To resolve this, install .NET 7 Runtime from the following link: https://dotnet.microsoft.com/en-us/download/dotnet/7.0
Once installed, retry the pipeline. Let us know if you need further assistance.
-
0
Thank you!