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