From 096a5be19d3179560e6277998e9acee889f7393c Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Mon, 13 Apr 2020 09:01:51 -0700 Subject: [PATCH 1/2] Remove Folly ContinueOnError After upgrading to v142 build tools we no longer see MSBuild throwing up on unzip failure. Remove ContinueOnError. --- vnext/Folly/Folly.vcxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vnext/Folly/Folly.vcxproj b/vnext/Folly/Folly.vcxproj index be0c3faeafc..5f8c698dd40 100644 --- a/vnext/Folly/Folly.vcxproj +++ b/vnext/Folly/Folly.vcxproj @@ -274,8 +274,7 @@ - - + From e41543b8d5af29d80cc45e00fc2e19244e6aadd9 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Mon, 13 Apr 2020 09:02:10 -0700 Subject: [PATCH 2/2] Change files --- ...ive-windows-2020-04-13-09-02-10-no-folly-suppress.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 change/react-native-windows-2020-04-13-09-02-10-no-folly-suppress.json diff --git a/change/react-native-windows-2020-04-13-09-02-10-no-folly-suppress.json b/change/react-native-windows-2020-04-13-09-02-10-no-folly-suppress.json new file mode 100644 index 00000000000..e4cfa6b848a --- /dev/null +++ b/change/react-native-windows-2020-04-13-09-02-10-no-folly-suppress.json @@ -0,0 +1,8 @@ +{ + "type": "prerelease", + "comment": "Remove Folly ContinueOnError", + "packageName": "react-native-windows", + "email": "ngerlem@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-04-13T16:02:10.402Z" +} \ No newline at end of file