mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-04 20:07:13 +08:00
4 lines
153 B
Batchfile
4 lines
153 B
Batchfile
@echo off
|
|
dotnet build -c Release src/NTwain/NTwain.csproj
|
|
dotnet pack -c Release /p:ContinuousIntegrationBuild=true -o ./build src/NTwain/NTwain.csproj
|