diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 90e48b4363..20b6f8a234 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -191,6 +191,7 @@ stages: "/p:MSBuildCachePackageEnabled=true", "/p:MSBuildCacheEnabled=true", "/p:MSBuildCacheRemoteCacheIsReadOnly=false", + "/p:RestoreUseStaticGraphEvaluation=true", "/p:MSBuildCacheLogDirectory=$(Agent.TempDirectory)\MSBuildCache" ) @@ -473,6 +474,7 @@ stages: "/p:MSBuildCachePackageEnabled=true", "/p:MSBuildCacheEnabled=true", "/p:MSBuildCacheRemoteCacheIsReadOnly=true", + "/p:RestoreUseStaticGraphEvaluation=true", "/p:MSBuildCacheLogDirectory=$(Agent.TempDirectory)\MSBuildCache" )