We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8bfbb commit 34ac9faCopy full SHA for 34ac9fa
1 file changed
src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj
@@ -12,6 +12,8 @@
12
<SchemaVersion>2.0</SchemaVersion>
13
<!-- We import D.B.T ourselves in this file -->
14
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
15
+ <!-- Should mitigate https://github.com/dotnet/dotnet/issues/4558 -->
16
+ <RestoreDisableParallel>true</RestoreDisableParallel>
17
18
<!-- Namespace used to generate stable UUID3 GUIDs for MSI ProductCode, etc. DO NOT CHANGE THIS. -->
19
<NamespaceGuid>$(HostingBundleNamespaceGuid)</NamespaceGuid>
0 commit comments