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