Skip to content

Commit

Permalink
update deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
micjahn committed Dec 26, 2021
1 parent bcfe909 commit cadfffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_deployment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ CD "%BINARY_DIR%"
echo Build assembly archive...
echo.

"%ZIP_TOOL%" a -tzip -mx9 -r "%FILENAME_BINARY%" ce2.0 ce3.5 net2.0 net2.0.unsigned net3.5 net4.0 net4.0.unsigned net4.5 net4.6 net4.7 net4.8 winrt uwp netcoreapp netstandard unity sl4 sl5 wp7.0 wp7.1 wp8.0 winmd portable interop ..\..\THANKS ..\..\COPYING -xr^^!Documentation >> %LOGFILE% 2>&1
"%ZIP_TOOL%" a -tzip -mx9 -r "%FILENAME_BINARY%" ce2.0 ce3.5 net2.0 net2.0.unsigned net3.5 net4.0 net4.0.unsigned net4.5 net4.6 net4.7 net4.8 net5.0 net6.0 winrt uwp netcoreapp netstandard unity sl4 sl5 wp7.0 wp7.1 wp8.0 winmd portable interop ..\..\THANKS ..\..\COPYING -xr^^!Documentation >> %LOGFILE% 2>&1
if ERRORLEVEL 1 GOTO ERROR_OPERATION

echo Build assembly archive - demo clients...
Expand Down Expand Up @@ -195,7 +195,7 @@ FOR /F "tokens=1,2 delims= " %%b IN (build_deployment_source_export.txt) DO (
)

CD "%SOURCE_EXPORT_DIR%"
"%ZIP_TOOL%" a -tzip -mx9 -r "%FILENAME_SOURCE%" Base\Source\lib\*.* Base\Source\Bindings\*.* Base\Source\interop\*.* Base\Source\test\src\*.* Base\Clients\*.* Base\3rdparty\*.* Base\Key\*.* Base\zxing.sln Base\zxing.ce.sln Base\zxing.vs2012.sln Base\zxing.vs2015.sln Base\zxing.vs2017.sln Base\zxing.monoandroid.sln Base\zxing.monotouch.sln Base\zxing.nunit Base\THANKS Base\COPYING WinMD\Source\lib\*.* WinMD\Clients\*.* WinMD\Key\*.* WinMD\zxing.vs2012.sln -xr^^!..svnbridge >> %LOGFILE% 2>&1
"%ZIP_TOOL%" a -tzip -mx9 -r "%FILENAME_SOURCE%" Base\Source\lib\*.* Base\Source\Bindings\*.* Base\Source\interop\*.* Base\Source\test\src\*.* Base\Clients\*.* Base\3rdparty\*.* Base\Key\*.* Base\zxing.sln Base\zxing.ce.sln Base\zxing.vs2012.sln Base\zxing.vs2015.sln Base\zxing.vs2017.sln Base\zxing.vs2019.sln Base\zxing.vs2022.sln Base\zxing.monoandroid.sln Base\zxing.monotouch.sln Base\zxing.nunit Base\THANKS Base\COPYING WinMD\Source\lib\*.* WinMD\Clients\*.* WinMD\Key\*.* WinMD\zxing.vs2012.sln -xr^^!..svnbridge >> %LOGFILE% 2>&1
CD "%CURRENT_DIR%"

RMDIR /S /Q "%SOURCE_EXPORT_DIR%" >NUL: 2>&1
Expand Down
1 change: 1 addition & 0 deletions build_deployment_source_export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ https://github.com/micjahn/ZXing.Net.git/trunk/zxing.ce.sln Base
https://github.com/micjahn/ZXing.Net.git/trunk/zxing.vs2015.sln Base
https://github.com/micjahn/ZXing.Net.git/trunk/zxing.vs2017.sln Base
https://github.com/micjahn/ZXing.Net.git/trunk/zxing.vs2019.sln Base
https://github.com/micjahn/ZXing.Net.git/trunk/zxing.vs2022.sln Base
https://github.com/micjahn/ZXing.Net.git/trunk/zxing.monotouch.sln Base
https://github.com/micjahn/ZXing.Net.git/trunk/zxing.nunit Base
https://github.com/micjahn/ZXing.Net.git/trunk/THANKS Base
Expand Down

0 comments on commit cadfffe

Please sign in to comment.