9 строки
1.1 KiB
Batchfile
9 строки
1.1 KiB
Batchfile
"%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
|