Skip to content

Commit

Permalink
Merge pull request #437 from AArnott/fixAnalyzerVersion
Browse files Browse the repository at this point in the history
Use precise assembly version for analyzers project
  • Loading branch information
AArnott authored Dec 8, 2023
2 parents b39bdc3 + 78a6a02 commit 950244f
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 950244f

Please sign in to comment.