From 4b05bcfceccc79bed6ad104fb6f175cd7c6de3e2 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 3 Apr 2020 16:53:21 -0700 Subject: [PATCH 1/2] Revert #4487 in 0.61-stable This change ended up causing patched react native to land outside of the intermediate build directory, causing publish to fail. Revert it, since we seemed to not need it earlier (I think build logic after the branch changed where we defined ReactNativeWindowsDir). react-native-init CI will confirm whether this is okay to check in. Will need to followup to make sure publishing starts working after. --- vnext/Directory.Build.props | 3 --- 1 file changed, 3 deletions(-) diff --git a/vnext/Directory.Build.props b/vnext/Directory.Build.props index d2a7137eea2..87b6500ca8b 100644 --- a/vnext/Directory.Build.props +++ b/vnext/Directory.Build.props @@ -13,9 +13,6 @@ - - - $(MSBuildProjectName) From 6a6365aa2e6a32178c88a9a5586c1889b9189b28 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 3 Apr 2020 16:53:55 -0700 Subject: [PATCH 2/2] Change files --- ...native-windows-2020-04-03-16-53-54-fix-publish-61.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 change/react-native-windows-2020-04-03-16-53-54-fix-publish-61.json diff --git a/change/react-native-windows-2020-04-03-16-53-54-fix-publish-61.json b/change/react-native-windows-2020-04-03-16-53-54-fix-publish-61.json new file mode 100644 index 00000000000..2bffef0b3d5 --- /dev/null +++ b/change/react-native-windows-2020-04-03-16-53-54-fix-publish-61.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "Revert #4487 in 0.61-stable", + "packageName": "react-native-windows", + "email": "ngerlem@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-04-03T23:53:54.845Z" +} \ No newline at end of file