mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Move undocumented environment variable names to a common location
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
{
|
||||
internal class EnvironmentVariableNames
|
||||
{
|
||||
public const string WebViewGeneration = "CODEQL_EXTRACTOR_CSHARP_BUILDLESS_EXTRACT_WEB_VIEWS";
|
||||
public const string MonoPath = "CODEQL_EXTRACTOR_CSHARP_BUILDLESS_MONO_PATH";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user