Skip to content

Commit

Permalink
chore: added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed Sep 23, 2021
1 parent 1d19711 commit 1a30e50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devops/deploy/deploy-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ rem TODO: Use common source for all version instances
SET version=2.2.3
rem TODO: Refactor using loop and automatic discovery
call deploy-single.bat LogoFX.Core %version%
call deploy-single.bat LogoFX.Practices.IoC %version%
call deploy-single.bat LogoFX.Client.Core.Core %version%
call deploy-single.bat LogoFX.Client.Core %version%
call deploy-single.bat LogoFX.Client.Core %version%
call deploy-single.bat LogoFX.Client.Modularity %version%
call deploy-single.bat LogoFX.Client.Theming %version%

0 comments on commit 1a30e50

Please sign in to comment.