ProjectAnalyzer.

EnvironmentVariables Property

Summary

The environment variables for MSBuild to be used for every build from this analyzer.
Namespace
Buildalyzer
Containing Type
ProjectAnalyzer

Syntax

public IReadOnlyDictionary<string, string> EnvironmentVariables { get; }

Remarks

Additional environment variables may be added or changed by individual build environment.

Value

Type Description
IReadOnlyDictionary<TKey, TValue>