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)
451
() => UriUtility.GetAbsolutePath(project.Directory, project.
GetGlobalProperty
("RestorePackagesPath")),
785
() => UriUtility.GetAbsolutePath(project.Directory, project.
GetGlobalProperty
("RestoreRepositoryPath")),
834
project.
GetGlobalProperty
("OriginalMSBuildStartupDirectory"),
984
string? value = project.
GetGlobalProperty
(name);