Skip to content

Commit 78a6a02

Browse files
committed
Use precise assembly version for analyzers project
This removes an MSBuild property that makes version calculating happen only once per build, under the (incorrect) assumption that only one version.json file exists in this repo. But the analyzers project has a unique one, and this msbuild property was causing that to be ignored.
1 parent b39bdc3 commit 78a6a02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<!-- Opt back out until an SDK with the fix for https://github.com/NuGet/Home/issues/12177 is generally available. -->
2121
<RestoreUseStaticGraphEvaluation>false</RestoreUseStaticGraphEvaluation>
2222

23-
<!-- This entire repo has just one version.json file, so compute the version once and share with all projects in a large build. -->
24-
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>
25-
2623
<!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
2724
<DebugType Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">embedded</DebugType>
2825

0 commit comments

Comments
 (0)