Skip to content

Commit

Permalink
Merge pull request #1266 from AArnott/preciseAnalyzerVersion
Browse files Browse the repository at this point in the history
Use precise assembly version for analyzers project
  • Loading branch information
AArnott authored Jan 5, 2024
2 parents c6435be + 16feb5d commit 10e3ca8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<!-- Opt back out until an SDK with the fix for https://github.com/NuGet/Home/issues/12177 is generally available. -->
<RestoreUseStaticGraphEvaluation>false</RestoreUseStaticGraphEvaluation>

<!-- This entire repo has just one version.json file, so compute the version once and share with all projects in a large build. -->
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>

<!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
<DebugType Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">embedded</DebugType>

Expand Down

0 comments on commit 10e3ca8

Please sign in to comment.