File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717 <EnableDynamicPlatformResolution >true</EnableDynamicPlatformResolution >
1818
1919 <!-- Opt in till https://github.com/NuGet/Home/issues/9803 makes this the default. -->
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 >
20+ <RestoreUseStaticGraphEvaluation >true</RestoreUseStaticGraphEvaluation >
2221
2322 <!-- This entire repo has just one version.json file, so compute the version once and share with all projects in a large build. -->
2423 <GitVersionBaseDirectory >$(MSBuildThisFileDirectory)</GitVersionBaseDirectory >
Original file line number Diff line number Diff line change 1515* Static analyzers: default [ Code Analysis] ( https://docs.microsoft.com/dotnet/fundamentals/code-analysis/overview ) and [ StyleCop] ( https://github.com/DotNetAnalyzers/StyleCopAnalyzers )
1616* Read-only source tree (builds to top-level bin/obj folders)
1717* Auto-versioning (via [ Nerdbank.GitVersioning] ( https://github.com/dotnet/nerdbank.gitversioning ) )
18- * Builds with a "pinned" .NET Core SDK to ensure reproducible builds across machines and across time.
18+ * Builds with a "pinned" .NET SDK to ensure reproducible builds across machines and across time.
1919* Automatically pack the library and publish it as an artifact, and even push it to some NuGet feed for consumption.
2020* Testing
21- * Testing on .NET Framework, multiple .NET Core versions
21+ * Testing on .NET Framework, multiple .NET versions
2222 * Testing on Windows, Linux and OSX
2323 * Tests that crash or hang in Azure Pipelines automatically collect dumps and publish as a pipeline artifact for later investigation.
2424* Cloud build support
You can’t perform that action at this time.
0 commit comments