6 references to GetPropertyValue
NuGet.Commands (6)
CommandRunners\PackCommandRunner.cs (6)
447
treatWarningsAsErrors: _packArgs.
GetPropertyValue
("TreatWarningsAsErrors") ?? string.Empty,
448
warningsAsErrors: _packArgs.
GetPropertyValue
("WarningsAsErrors") ?? string.Empty,
449
noWarn: _packArgs.
GetPropertyValue
("NoWarn") ?? string.Empty,
450
warningsNotAsErrors: _packArgs.
GetPropertyValue
("WarningsNotAsErrors") ?? string.Empty);
458
_packArgs.
GetPropertyValue
,
471
_packArgs.
GetPropertyValue
,