Switch to portable PDBs

This is needed to fix a .pdb lockup issue with GHA logger + coverlet.
See repro in 7aba43488d064b6bc67ef80116bc1198e98557ac
This commit is contained in:
Jordan Dominion
2023-07-28 15:46:56 -04:00
parent 137658a0f3
commit fc007543db
+2 -1
View File
@@ -4,6 +4,7 @@
<PropertyGroup>
<TgsFrameworkVersion>net$(TgsNetMajorVersion).0</TgsFrameworkVersion>
<LangVersion>latest</LangVersion>
<DebugType>Full</DebugType>
<!-- This is the default but Wix hates it -->
<!--<DebugType>Portable</DebugType> -->
</PropertyGroup>
</Project>