Skip to content

Commit

Permalink
fixed little error in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
micjahn committed Oct 9, 2020
1 parent 3b19a78 commit 1dcb850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 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 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

0 comments on commit 1dcb850

Please sign in to comment.