3 references to ProductDropName
Microsoft.DotNet.Build.Tasks.VisualStudio (3)
OptProf\GenerateTrainingPropsFile.cs (3)
43
bool hasDropName = !string.IsNullOrEmpty(
ProductDropName
);
44
if (hasDropName && !
ProductDropName
.StartsWith(ProductDropNamePrefix, StringComparison.Ordinal))
50
var dropName = hasDropName ?
ProductDropName
.Substring(ProductDropNamePrefix.Length) : "dummy";