Ragav
Ragav
we have specified explicitly only, below is the environment variables where we are specifying the DOTNET_RESTORE_CONFIGFILE ``` ASPNETCORE_ENVIRONMENT=Production DOTNET_STARTUP_PROJECT=Emp.WebServices/Emp.WebServices.csproj DOTNET_RESTORE_CONFIGFILE=Nuget/NuGet.Config DOTNET_CONFIGURATION=Release HTTP_PROXY=http://proxy-web.avc.com:80 HTTPS_PROXY=http://proxy-web.avc.com:80 NO_PROXY=localhost,.avc.com DOTNET_SSL_DIRS=certificates ``` Same error as mentioned...
@aslicerh I was able to resolve this, place the nuget.config in the root folder where the .csproj file is there. Thanks for your comments
@aslicerh Also I noticed that even the subsequent builds take hours to complete, is there anyway to speed them up ?
@paoloantinori Increasing the CPU fixed the issue of build taking too much time