Skip to content

Commit d71aff9

Browse files
authored
Bump PerfView to 3.2.7 and rely on SourceLink (#2466)
* Bump version to 3.2.7 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 881026c9-3f01-49a3-8ab2-48808e999d00 * Disable source embedding in PDBs Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 881026c9-3f01-49a3-8ab2-48808e999d00 --------- Copilot-Session: 881026c9-3f01-49a3-8ab2-48808e999d00
1 parent 212f3e8 commit d71aff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<DebugSymbols>true</DebugSymbols>
1515
<DebugType>portable</DebugType>
1616
<PublishRepositoryUrl>false</PublishRepositoryUrl>
17-
<EmbedAllSources>true</EmbedAllSources>
17+
<EmbedAllSources>false</EmbedAllSources>
1818
</PropertyGroup>
1919

2020
<PropertyGroup>
2121
<!-- These are the versions of the things we are CREATING in this repository -->
22-
<ReleaseVersion>3.2.6</ReleaseVersion>
22+
<ReleaseVersion>3.2.7</ReleaseVersion>
2323
<FastSerializationVersion>$(ReleaseVersion)</FastSerializationVersion>
2424
<HeapDumpDllVersion>$(ReleaseVersion)</HeapDumpDllVersion>
2525
<MemoryGraphVersion>$(ReleaseVersion)</MemoryGraphVersion>

0 commit comments

Comments
 (0)