Skip to content

Commit 34ac9fa

Browse files
Disable parallel restore for WindowsHostingBundle (#65796)
Co-authored-by: William Godbe <wigodbe@microsoft.com>
1 parent 5a8bfbb commit 34ac9fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<SchemaVersion>2.0</SchemaVersion>
1313
<!-- We import D.B.T ourselves in this file -->
1414
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
15+
<!-- Should mitigate https://github.com/dotnet/dotnet/issues/4558 -->
16+
<RestoreDisableParallel>true</RestoreDisableParallel>
1517

1618
<!-- Namespace used to generate stable UUID3 GUIDs for MSI ProductCode, etc. DO NOT CHANGE THIS. -->
1719
<NamespaceGuid>$(HostingBundleNamespaceGuid)</NamespaceGuid>

0 commit comments

Comments
 (0)