5 references to SolutionPath
NuGet.Build.Tasks (5)
StaticGraphRestoreTaskBase.cs (5)
44
/// Gets a value indicating whether or not <see cref="
SolutionPath
" /> contains a value.
46
public bool IsSolutionPathDefined => !string.IsNullOrWhiteSpace(
SolutionPath
) && !string.Equals(
SolutionPath
, "*Undefined*", StringComparison.OrdinalIgnoreCase);
264
?
SolutionPath
338
newGlobalProperties["SolutionPath"] =
SolutionPath
;