Skip to content

Commit 314a27f

Browse files
authored
[Templates] Changed default debug type to pdbonly (#1667)
1 parent 4a917dc commit 314a27f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/_BenchmarkProjectName_.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PlatformTarget>AnyCPU</PlatformTarget>
11-
<DebugType>portable</DebugType>
11+
<DebugType>pdbonly</DebugType>
1212
<DebugSymbols>true</DebugSymbols>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<Optimize>true</Optimize>

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/_BenchmarkProjectName_.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PlatformTarget>AnyCPU</PlatformTarget>
11-
<DebugType>portable</DebugType>
11+
<DebugType>pdbonly</DebugType>
1212
<DebugSymbols>true</DebugSymbols>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<Optimize>true</Optimize>

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/_BenchmarkProjectName_.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PlatformTarget>AnyCPU</PlatformTarget>
11-
<DebugType>portable</DebugType>
11+
<DebugType>pdbonly</DebugType>
1212
<DebugSymbols>true</DebugSymbols>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
<Optimize>true</Optimize>

0 commit comments

Comments
 (0)