3 references to scopeConfigurationKey
Microsoft.Build (3)
BuildCheck\API\CheckConfiguration.cs (2)
79
if (!TryExtractValue(BuildCheckConstants.
scopeConfigurationKey
, config, out string? stringValue) || stringValue is null)
94
ThrowIncorrectValueException(BuildCheckConstants.
scopeConfigurationKey
, stringValue);
BuildCheck\Infrastructure\ConfigurationProvider.cs (1)
36
BuildCheckConstants.
scopeConfigurationKey
,