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