3 references to ProductDropNamePrefix
Microsoft.DotNet.Build.Tasks.VisualStudio (3)
OptProf\GenerateTrainingPropsFile.cs (3)
48
if (hasDropName && !ProductDropName.StartsWith(
ProductDropNamePrefix
, StringComparison.Ordinal))
50
Log.LogError($"Invalid value of vsDropName argument: must start with '{
ProductDropNamePrefix
}'.");
54
var dropName = hasDropName ? ProductDropName.Substring(
ProductDropNamePrefix
.Length) : "dummy";