You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build my software in a Windows Server ltsc2022 image with a full Visual Studio 2022 installation (version 17.12). When I run .paket/paket.exe restore it just does apparently nothing, running it from 'dotnet restore' fails with code -1073740791.
...paket\Paket.Restore.targets(171,3): error MSB3073: The command ""C:\git\MyProject.paket\paket.exe" restore" exited with code -1073740791.
Any idea how to debug this? Is there a runtime missing somehow in the Docker image? Running the stuff locally on Win 11 just works.
The text was updated successfully, but these errors were encountered:
I am trying to build my software in a Windows Server ltsc2022 image with a full Visual Studio 2022 installation (version 17.12). When I run .paket/paket.exe restore it just does apparently nothing, running it from 'dotnet restore' fails with code -1073740791.
...paket\Paket.Restore.targets(171,3): error MSB3073: The command ""C:\git\MyProject.paket\paket.exe" restore" exited with code -1073740791.
Any idea how to debug this? Is there a runtime missing somehow in the Docker image? Running the stuff locally on Win 11 just works.
The text was updated successfully, but these errors were encountered: