8 references to Properties
dotnet (2)
Commands\Pack\PackCommand.cs (2)
118packArgs.Properties.AddRange(globalProperties); 125packArgs.Properties["configuration"] = configuration;
NuGet.Build.Tasks.Pack (3)
GetPackOutputItemsTask.cs (1)
91if (packArgs.Properties.ContainsKey("version"))
PackTaskLogic.cs (2)
1180packArgs.Properties.AddRange(ParsePropertiesAsDictionary(nuspecProperties)); 1181if (packArgs.Properties.TryGetValue("version", out var packageVersion))
NuGet.Commands (3)
CommandArgs\PackArgs.cs (1)
77if (Properties.TryGetValue(propertyName, out value))
CommandRunners\PackCommandRunner.cs (2)
452_packArgs.Properties["version"] = _packArgs.Version; 513foreach (KeyValuePair<string, string> property in _packArgs.Properties)