Skip to content

Commit aded151

Browse files
committed
chore: minor
1 parent 703d741 commit aded151

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

devops/deploy/deploy-all.bat

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ SET version=2.2.2
33
rem TODO: Refactor using loop and automatic discovery
44
call deploy-single.bat LogoFX.Bootstrapping %version%
55
call deploy-single.bat LogoFX.Server.Bootstrapping %version%
6-
call deploy-single.bat LogoFX.Client.Core %version%
6+
call deploy-single.bat LogoFX.Client.Bootstrapping.Adapters.Contracts %version%
7+
call deploy-single.bat LogoFX.Client.Bootstrapping.Adapters.SimpleContainer %version%
8+
call deploy-single.bat LogoFX.Client.Bootstrapping.Adapters.Unity %version%
9+
call deploy-single.bat LogoFX.Client.Bootstrapping.Core %version%
10+
call deploy-single.bat LogoFX.Client.Bootstrapping %version%
11+
call deploy-single.bat LogoFX.Client.Bootstrapping.Testing %version%
12+
call deploy-single.bat LogoFX.Client.Bootstrapping.Xamarin.Forms %version%

0 commit comments

Comments
 (0)