C#C
C#3y ago
Caeden

❔ Creating a github workflow to test solution (MSTest)

I have this solution

https://github.com/caedenph/wa-tor

I have two projects within it, the base one is the implementation of this algorithm, and the other project is within WaTorTests/.

How can I link the tests in WaTorTests/ to the root project so that I can run dotnet test?

For context:
> dotnet test
MSBUILD : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file.
> dotnet test WaTorTests
  Determining projects to restore...
  Nothing to do. None of the projects specified contain packages to restore.
Was this page helpful?