Skip to content

Commit 92d44d9

Browse files
committed
add object service to deployment script
1 parent 4a9c67b commit 92d44d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true -p:Vers
3030
dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true -p:Version=$version --self-contained --runtime linux-x64
3131
dotnet publish AvaGui/AvaGui.csproj -c Release -p:PublishSingleFile=true -p:Version=$version --self-contained --runtime osx-x64
3232

33+
dotnet publish ObjectService/ObjectService.csproj -c Release -p:PublishSingleFile=true -p:Version=$version --self-contained --runtime linux-x64
34+
3335
# 6. Create the ZIP and tar archives
3436
echo "Zipping"
3537

0 commit comments

Comments
 (0)