Add missing dotnet build

This commit is contained in:
Jordan Dominion
2023-07-02 07:52:37 -04:00
parent 04e9ff306f
commit 1ced2e335e
+3
View File
@@ -1005,6 +1005,9 @@ jobs:
- name: Restore
run: dotnet restore
- name: Build Host
run: dotnet build -c Release src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
- name: Build Service
run: dotnet build -c Release src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj