ntwain/Build.cmd

5 lines
97 B
Batchfile
Raw Normal View History

@echo off
cls
dotnet clean src\NTwain -c Release
2021-04-26 06:44:47 +08:00
dotnet pack src\NTwain -c Release -o build
pause