Add yet another missing "NoService" config

This commit is contained in:
Jordan Brown
2020-12-18 12:11:27 -05:00
parent 6cf80ca65c
commit b5dd8d0184
+1 -1
View File
@@ -392,7 +392,7 @@ jobs:
if: ${{ matrix.configuration == 'Release' && matrix.watchdog-type == 'System' && matrix.database-type == 'PostgresSql' }}
run: |
cd src/Tgstation.Server.Host
dotnet publish -c ${{ matrix.configuration }} --no-build -o ../../Artifacts/ServerUpdate
dotnet publish -c ${{ matrix.configuration }}NoService --no-build -o ../../Artifacts/ServerUpdate
- name: Store Server Console
if: ${{ matrix.configuration == 'Release' && matrix.watchdog-type == 'System' && matrix.database-type == 'MariaDB' }}