From d6648dbb6cc6f77a52b7fb85bafecd38ef8d2453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Rocha?= Date: Thu, 9 Feb 2023 16:46:42 -0800 Subject: [PATCH 1/2] Allow disabling static graph restore under VS (#11186) * Drop RestoreUseStaticGraphEvaluation * emtpy * Change files * Revert unrelated files * Revert to main * Condition restore graph to DisableRestoreUseStaticGraphEvaluation --- ...ative-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json | 7 +++++++ vnext/Directory.Build.props | 2 +- vnext/PropertySheets/NuGet.Cpp.props | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json diff --git a/change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json b/change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json new file mode 100644 index 00000000000..04695976b0d --- /dev/null +++ b/change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Drop RestoreUseStaticGraphEvaluation", + "packageName": "react-native-windows", + "email": "julio.rocha@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/vnext/Directory.Build.props b/vnext/Directory.Build.props index 41dffac3e6a..516429d9f48 100644 --- a/vnext/Directory.Build.props +++ b/vnext/Directory.Build.props @@ -64,7 +64,7 @@ - true + true \ No newline at end of file diff --git a/vnext/PropertySheets/NuGet.Cpp.props b/vnext/PropertySheets/NuGet.Cpp.props index 4196bec6ecc..871af9d08c9 100644 --- a/vnext/PropertySheets/NuGet.Cpp.props +++ b/vnext/PropertySheets/NuGet.Cpp.props @@ -1,5 +1,5 @@ - - true + true false From 1f1f351f7eade3e815ff1a80cb1f39449cde8f41 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Thu, 9 Feb 2023 16:57:19 -0800 Subject: [PATCH 2/2] Change files --- ...-native-windows-8103806d-4bb2-410b-8069-41763615cb43.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename change/{react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json => react-native-windows-8103806d-4bb2-410b-8069-41763615cb43.json} (56%) diff --git a/change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json b/change/react-native-windows-8103806d-4bb2-410b-8069-41763615cb43.json similarity index 56% rename from change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json rename to change/react-native-windows-8103806d-4bb2-410b-8069-41763615cb43.json index 04695976b0d..43378fa93fd 100644 --- a/change/react-native-windows-48ba39dc-ea15-4e83-b76e-80afc2f808ef.json +++ b/change/react-native-windows-8103806d-4bb2-410b-8069-41763615cb43.json @@ -1,6 +1,6 @@ { - "type": "prerelease", - "comment": "Drop RestoreUseStaticGraphEvaluation", + "type": "patch", + "comment": "Allow disabling static graph restore under VS (#11186)", "packageName": "react-native-windows", "email": "julio.rocha@microsoft.com", "dependentChangeType": "patch"