Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch batch testing instruction to dotnet test? #173

Closed
BenjaminMichaelis opened this issue Jun 2, 2021 · 0 comments
Closed

Switch batch testing instruction to dotnet test? #173

BenjaminMichaelis opened this issue Jun 2, 2021 · 0 comments
Assignees
Labels

Comments

@BenjaminMichaelis
Copy link
Member

In readme it says

Batch Testing
Use one of the following scripts to execute a batch test on all the projects.

/EssentialCSharp/RunTests.ps1 (Windows)
/EssentialCSharp/RunTests.sh (Linux/Mac)
If running on Linux you may need to give the script execution permission. From the /EssentialCSharp/ directory:

$ chmod +x ./RunTests.sh
$ ./RunTests.sh

should we just say run
dotnet test in the essentialCSharp directory on your computer instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants