Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tweaks
  • Loading branch information
KevinRansom committed Feb 1, 2019
commit a385add6e4fc8b7372172c7021f3de9e5c7e9bd3
1 change: 1 addition & 0 deletions build/targets/ConvertPortablePdbs.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'$(SkipPDBConversion)' != 'true' AND
Exists('$(TargetPath)') AND
('$(DebugType)' == 'portable' OR '$(DebugType)' == 'embedded') AND
$(TargetFramework.StartsWith('net')) AND
'$(Configuration)' != 'Proto'">
<PropertyGroup>
<ConvertedPdbsDirectory>$(FinalOutputPath)\ConvertedPdbs\$(TargetFramework)</ConvertedPdbsDirectory>
Expand Down