ntwain/Build.cmd

5 lines
104 B
Batchfile
Raw Normal View History

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