mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
5 lines
97 B
Batchfile
5 lines
97 B
Batchfile
@echo off
|
|
cls
|
|
dotnet clean src\NTwain -c Release
|
|
dotnet pack src\NTwain -c Release -o build
|
|
pause |