-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Milestone
Description
I'm trying to build dotnet/runtime for windows on ARM64 with the following command line:
build clr+libs+libs.tests -a arm64 -c release
The build seems to be stuck at the installer.tasks step:
C:\Users\prgovi\Desktop\Work\runtime>build clr+libs+libs.tests -a arm64 -c release
Determining projects to restore...
Tool 'coverlet.console' (version '1.7.2') was restored. Available commands: coverlet
Tool 'dotnet-reportgenerator-globaltool' (version '4.5.8') was restored. Available commands: reportgenerator
Tool 'microsoft.dotnet.xharness.cli' (version '1.0.0-prerelease.20329.4') was restored. Available commands: xharness
Restore was successful.
All projects are up-to-date for restore.
Determining projects to restore...
All projects are up-to-date for restore.
installer.tasks -> C:\Users\prgovi\Desktop\Work\runtime\artifacts\bin\installer.tasks\Debug\netstandard2.0\installer.tasks.dll
**The build just gets stuck at this point**
You might need a device to repro this. Let me know if you want to RDP into mine to test/repro or want logs.