2 writes to Path
dotnet (1)
Commands\Pack\PackCommand.cs (1)
115
packArgs.
Path
= PackCommandRunner.GetInputFile(packArgs);
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
638
packArgs.
Path
= !string.IsNullOrEmpty(request.NuspecFile)
5 references to Path
dotnet (1)
Commands\Pack\PackCommand.cs (1)
116
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
)));
217
if (string.Equals(_packArgs.
Path
, resolvedNuSpecOutputPath, StringComparison.OrdinalIgnoreCase))
224
_packArgs.
Path
));
911
string directory = Path.GetDirectoryName(packArgs.
Path
);