forked from ClearFoundry/ClearScript
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRunNetCoreTests.cmd
More file actions
Latest commit
4 lines (4 loc) · 514 Bytes
/
Copy pathRunNetCoreTests.cmd
File metadata and controls
4 lines (4 loc) · 514 Bytes
1
2
3
4
"%ProgramFiles(x86)%\dotnet\dotnet.exe" test --no-build --no-restore -c Debug -v d NetCore\ClearScriptTest\ClearScriptTest.csproj
"%ProgramFiles(x86)%\dotnet\dotnet.exe" test --no-build --no-restore -c Release -v d NetCore\ClearScriptTest\ClearScriptTest.csproj
"%ProgramFiles%\dotnet\dotnet.exe" test --no-build --no-restore -c Debug -v d NetCore\ClearScriptTest\ClearScriptTest.csproj
"%ProgramFiles%\dotnet\dotnet.exe" test --no-build --no-restore -c Release -v d NetCore\ClearScriptTest\ClearScriptTest.csproj