forked from microsoft/ClearScript
-
Notifications
You must be signed in to change notification settings - Fork 2
/
RunNetCoreTests.cmd
8 lines (8 loc) · 1.11 KB
/
RunNetCoreTests.cmd
1
2
3
4
5
6
7
8
"%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(x86)%\dotnet\dotnet.exe" test --no-build --no-restore -c Debug -v d NetStandard\ClearScriptTest.NetStandard\ClearScriptTest.NetStandard.csproj
"%ProgramFiles(x86)%\dotnet\dotnet.exe" test --no-build --no-restore -c Release -v d NetStandard\ClearScriptTest.NetStandard\ClearScriptTest.NetStandard.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
"%ProgramFiles%\dotnet\dotnet.exe" test --no-build --no-restore -c Debug -v d NetStandard\ClearScriptTest.NetStandard\ClearScriptTest.NetStandard.csproj
"%ProgramFiles%\dotnet\dotnet.exe" test --no-build --no-restore -c Release -v d NetStandard\ClearScriptTest.NetStandard\ClearScriptTest.NetStandard.csproj