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