I try to create a NuGet Package in dotnet Core. The NuGet has some dependencies with other packages. When I build the package in my Azure Pipeline, the agent removes the project's dependencies even if they are in my PackageReference in my csproj.
↧
I try to create a NuGet Package in dotnet Core. The NuGet has some dependencies with other packages. When I build the package in my Azure Pipeline, the agent removes the project's dependencies even if they are in my PackageReference in my csproj.