mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Set environment variables for proxy for calls to dotnet
This commit is contained in:
@@ -44,10 +44,6 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
// Configure the proxy settings, if applicable.
|
||||
this.proxy.ApplyProxy(this.logger, startInfo);
|
||||
|
||||
this.logger.LogInfo(startInfo.EnvironmentVariables["HTTP_PROXY"] ?? "");
|
||||
this.logger.LogInfo(startInfo.EnvironmentVariables["HTTPS_PROXY"] ?? "");
|
||||
this.logger.LogInfo(startInfo.EnvironmentVariables["SSL_CERT_FILE"] ?? "");
|
||||
|
||||
return startInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user