7 references to GetPropertyValue
NuGet.Build.Tasks.Pack (1)
GetPackOutputItemsTask.cs (1)
94
string preprocessed = Preprocessor.Process(fileStream, packArgs.
GetPropertyValue
);
NuGet.Commands (6)
CommandRunners\PackCommandRunner.cs (6)
459
treatWarningsAsErrors: _packArgs.
GetPropertyValue
("TreatWarningsAsErrors") ?? string.Empty,
460
warningsAsErrors: _packArgs.
GetPropertyValue
("WarningsAsErrors") ?? string.Empty,
461
noWarn: _packArgs.
GetPropertyValue
("NoWarn") ?? string.Empty,
462
warningsNotAsErrors: _packArgs.
GetPropertyValue
("WarningsNotAsErrors") ?? string.Empty);
470
_packArgs.
GetPropertyValue
,
483
_packArgs.
GetPropertyValue
,