1 implementation of GetGlobalProperty
NuGet.Build.Tasks.Console (1)
RestoreProjectAdapter.cs (1)
58
public string
GetGlobalProperty
(string propertyName)
4 references to GetGlobalProperty
NuGet.Commands (4)
RestoreCommand\Utility\PackageSpecFactory.cs (4)
639
() => project.
GetGlobalProperty
("RestorePackagesPath"),
939
() => UriUtility.GetAbsolutePath(project.Directory, project.
GetGlobalProperty
("RestoreRepositoryPath")),
986
project.
GetGlobalProperty
("OriginalMSBuildStartupDirectory"),
1146
string? value = project.
GetGlobalProperty
(name);