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
dotnet test --configuration Release
shell: /usr/bin/bash -e {0}
env:
DOTNET_ROOT: /usr/share/dotnet
Determining projects to restore...
All projects are up-to-date for restore.
HelloOwinInterfaces -> /home/runner/work/HelloOwin/HelloOwin/HelloOwinInterfaces/bin/Release/net48/HelloOwinInterfaces.dll
HelloOwinServer -> /home/runner/work/HelloOwin/HelloOwin/HelloOwinServer/bin/Release/net48/HelloOwinServer.exe
HelloOwinClient -> /home/runner/work/HelloOwin/HelloOwin/HelloOwinClient/bin/Release/net48/HelloOwinClient.exe
HelloOwinTests -> /home/runner/work/HelloOwin/HelloOwin/HelloOwinTests/bin/Release/net48/HelloOwinTests.dll
Test run for /home/runner/work/HelloOwin/HelloOwin/HelloOwinTests/bin/Release/net48/HelloOwinTests.dll (.NETFramework,Version=v4.8)
VSTest version 17.11.1 (x64)
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
System.IO.FileNotFoundException: Could not find 'mono' host. Make sure that 'mono' is installed on the machine and is available in PATH environment variable.
at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Helpers.DotnetHostHelper.GetMonoPath() in /_/src/Microsoft.TestPlatform.CoreUtilities/Helpers/DotnetHostHelper.cs:line 93
at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DefaultTestHostManager.GetTestHostProcessStartInfo(IEnumerable`1 sources, IDictionary`2 environmentVariables, TestRunnerConnectionInfo connectionInfo) in /_/src/Microsoft.TestPlatform.TestHostProvider/Hosting/DefaultTestHostManager.cs:line 218
at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager.SetupChannel(IEnumerable`1 sources, String runSettings) in /_/src/Microsoft.TestPlatform.CrossPlatEngine/Client/ProxyOperationManager.cs:line 226
at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyExecutionManager.InitializeTestRun(TestRunCriteria testRunCriteria, IInternalTestRunEventsHandler eventHandler) in /_/src/Microsoft.TestPlatform.CrossPlatEngine/Client/ProxyExecutionManager.cs:line 182
Test Run Aborted.
The text was updated successfully, but these errors were encountered:
DotNet test is broken on Ubuntu.
The text was updated successfully, but these errors were encountered: