7 references to BindPaths
Microsoft.DotNet.Build.Tasks.Installers (7)
src\CreateWixBuildWixpack.cs (7)
389if (BindPaths != null && BindPaths.Length > 0) 391foreach (var bindPath in BindPaths) 1048for (int i = 0; i < BindPaths?.Length; i++) 1051string bindName = BindPaths[i].GetMetadata("BindName"); 1055string bindPath = BindPaths[i].ItemSpec; 1070BindPaths[i].ItemSpec = wixpackSubfolder;