Skip to content

Commit

Permalink
chore: fixed packages names
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed Sep 23, 2021
1 parent d2ac094 commit 63e92a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devops/deploy/deploy-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ SET version=2.2.3
rem TODO: Refactor using loop and automatic discovery
call deploy-single.bat LogoFX.Bootstrapping %version%
call deploy-single.bat LogoFX.Server.Bootstrapping %version%
call deploy-single.bat LogoFX.Client.Core %version%
call deploy-single.bat LogoFX.Client.Bootstrapping.Adapters.Contracts %version%
call deploy-single.bat LogoFX.Client.Bootstrapping.Adapters.SimpleContainer %version%
call deploy-single.bat LogoFX.Client.Bootstrapping.Adapters.Unity %version%
call deploy-single.bat LogoFX.Client.Bootstrapping.Core %version%
call deploy-single.bat LogoFX.Client.Bootstrapping %version%
call deploy-single.bat LogoFX.Client.Bootstrapping.Testing %version%
call deploy-single.bat LogoFX.Client.Bootstrapping.Xamarin.Forms %version%

0 comments on commit 63e92a6

Please sign in to comment.