client-dotnet/src/INetMock.Client/build.cmd
Peter Kurfer 310428d307
Improve build process
- enable CI
- add Nuke
- fix tests path
- add DropMode for TypedReader
2021-02-16 09:36:04 +01:00

6 lines
126 B
Batchfile

:; set -eo pipefail
:; ./build.sh "$@"
:; exit $?
@ECHO OFF
powershell -ExecutionPolicy ByPass -NoProfile %0\..\build.ps1 %*