7 references to PdbFile
Microsoft.DotNet.Build.Tasks.Installers (7)
src\CreateWixBuildWixpack.cs (7)
310
if (
PdbFile
!= null && !string.IsNullOrEmpty(
PdbFile
.ItemSpec))
312
PdbFile
.ItemSpec = Path.Combine("%outputfolder%", Path.GetFileName(
PdbFile
.ItemSpec));
341
if (
PdbFile
!= null && !string.IsNullOrEmpty(
PdbFile
.ItemSpec))
343
commandLineArgs.Add($"-pdb {
PdbFile
.ItemSpec}");