We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b39bdc3 + 78a6a02 commit 950244fCopy full SHA for 950244f
Directory.Build.props
@@ -20,9 +20,6 @@
20
<!-- Opt back out until an SDK with the fix for https://github.com/NuGet/Home/issues/12177 is generally available. -->
21
<RestoreUseStaticGraphEvaluation>false</RestoreUseStaticGraphEvaluation>
22
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
-
26
<!-- Local builds should embed PDBs so we never lose them when a subsequent build occurs. -->
27
<DebugType Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">embedded</DebugType>
28
0 commit comments