2 writes to Path
dotnet (1)
Commands\Pack\PackCommand.cs (1)
113
packArgs.
Path
= PackCommandRunner.GetInputFile(packArgs);
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
636
packArgs.
Path
= !string.IsNullOrEmpty(request.NuspecFile)
5 references to Path
dotnet (1)
Commands\Pack\PackCommand.cs (1)
114
packArgs.BasePath = Path.GetDirectoryName(packArgs.
Path
);
NuGet.Commands (4)
CommandRunners\PackCommandRunner.cs (4)
87
var result = BuildPackage(Path.GetFullPath(Path.Combine(_packArgs.CurrentDirectory, _packArgs.
Path
)));
205
if (string.Equals(_packArgs.
Path
, resolvedNuSpecOutputPath, StringComparison.OrdinalIgnoreCase))
212
_packArgs.
Path
));
899
string directory = Path.GetDirectoryName(packArgs.
Path
);