2 references to MaxRelativePackagePath
Microsoft.DotNet.Build.Tasks.Workloads (2)
Swix\SwixProjectBase.cs (2)
108
if (relativePackagePath.Length >
MaxRelativePackagePath
)
110
throw new Exception(string.Format(Strings.RelativePackagePathTooLong,
MaxRelativePackagePath
, relativePackagePath));