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
Try to run dotnet test --arch arm64 on a machine where arm64 is not available. You will get the following error message:
C:\Users\<redacted>\.nuget\packages\microsoft.testing.platform.msbuild\1.4.3\buildMultiTargeting\Microsoft.Testing.Platform.MSBuild.targets(320,5): error : Full path tool calculation failed. Runner 'dotnet.exe'
Expected behavior
An error similar to VSTest:
Could not find 'dotnet.exe' host for the 'ARM64' architecture.
You can resolve the problem by installing the 'ARM64' .NET.
The specified framework can be found at:
- https://aka.ms/dotnet-download
The text was updated successfully, but these errors were encountered:
Describe the bug
Muxer is not found on the machine.
Steps To Reproduce
Try to run
dotnet test --arch arm64
on a machine wherearm64
is not available. You will get the following error message:Expected behavior
An error similar to VSTest:
The text was updated successfully, but these errors were encountered: