Files
ntwain/Build.cmd

5 lines
104 B
Batchfile
Raw Normal View History

@echo off
cls
2021-04-25 18:44:47 -04:00
dotnet pack src\NTwain -c Release -o build
dotnet pack src\NTwain.Win -c Release -o build