mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 09:50:27 +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
|