ntwain/Build.cmd

4 lines
62 B
Batchfile

@echo off
cls
dotnet pack src\NTwain -c Release -o build
pause