3 lines
64 B
Bash
3 lines
64 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dotnet test --logger xunit --no-restore Props.Tests
|