Skip to content

Commit c14a73b

Browse files
committed
Re-enable static graph nuget restore
1 parent d1219b5 commit c14a73b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
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>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
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

0 commit comments

Comments
 (0)