3 writes to BasePath
dotnet (1)
Commands\Pack\PackCommand.cs (1)
114
packArgs.
BasePath
= Path.GetDirectoryName(packArgs.Path);
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
42
BasePath
= request.NuspecBasePath,
NuGet.Commands (1)
CommandRunners\PackCommandRunner.cs (1)
912
packArgs.
BasePath
= Path.GetFullPath(packArgs.BasePath);
10 references to BasePath
NuGet.Commands (10)
CommandRunners\PackCommandRunner.cs (10)
454
if (string.IsNullOrEmpty(_packArgs.
BasePath
))
470
_packArgs.
BasePath
,
520
_packArgs.
BasePath
,
568
_packArgs.
BasePath
,
689
string basePath = string.IsNullOrEmpty(_packArgs.
BasePath
) ? _packArgs.CurrentDirectory : _packArgs.
BasePath
;
713
string basePath = string.IsNullOrEmpty(_packArgs.
BasePath
) ? _packArgs.CurrentDirectory : _packArgs.
BasePath
;
909
if (!string.IsNullOrEmpty(packArgs.
BasePath
))
912
packArgs.BasePath = Path.GetFullPath(packArgs.
BasePath
);