diff --git a/change/react-native-windows-2020-05-21-16-35-04-doubleBuild.json b/change/react-native-windows-2020-05-21-16-35-04-doubleBuild.json
new file mode 100644
index 00000000000..a0d741eddc4
--- /dev/null
+++ b/change/react-native-windows-2020-05-21-16-35-04-doubleBuild.json
@@ -0,0 +1,8 @@
+{
+ "type": "prerelease",
+ "comment": "Fix deploy issue causing 2nd+ builds to break due to bug in appxrecipe which gets imported",
+ "packageName": "react-native-windows",
+ "email": "asklar@microsoft.com",
+ "dependentChangeType": "patch",
+ "date": "2020-05-21T23:35:04.220Z"
+}
diff --git a/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CSharpApp.targets b/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CSharpApp.targets
index 65b8f373e9f..ce5f4fe3c72 100644
--- a/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CSharpApp.targets
+++ b/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CSharpApp.targets
@@ -21,8 +21,8 @@
-
+ Condition="Exists('$(MSBuildProjectDirectory)\$(OutputPath)\$(AssemblyName).Build.appxrecipe') And '$(DeployLayout)'=='true'" />
+
-
-
+ Condition="Exists('$(OutputPath)\$(AssemblyName).Build.appxrecipe') And '$(DeployLayout)'=='true'" />
+