mirror of
https://github.com/soukoku/ntwain.git
synced 2025-08-20 09:33:21 +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
|