Skip to content

Commit

Permalink
Remove special casing for Linux/Mac debug type
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Nov 10, 2017
1 parent 1da2473 commit a34df92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/Targets/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,9 @@
Developer build:
- Embed PDBs to be consistent with Jenkins builds.
Cross-platform (developer + Jenkins) build:
- Use Portable PDBs.
-->
<RoslynDebugType Condition="'$(OfficialBuild)' == 'true'">portable</RoslynDebugType>
<RoslynDebugType Condition="'$(OfficialBuild)' != 'true'">embedded</RoslynDebugType>
<RoslynDebugType Condition="'$(OS)' != 'Windows_NT'">portable</RoslynDebugType>

<!--
The source root path used for deterministic normalization of source paths.
Expand Down

0 comments on commit a34df92

Please sign in to comment.