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