From 4b3440945fef9d73d62d85ca8bad4d4ce58f7518 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 2 Jul 2023 08:12:42 -0400 Subject: [PATCH] Fix Wix CI build command --- .github/workflows/ci-pipeline.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b58ecfd626..586a46e4a5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1015,11 +1015,15 @@ jobs: shell: powershell run: build/package/winget/prepare_installer_input_artifacts.ps1 - - name: Build Installer + - name: Restore Wix dotnet Tool run: | cd build/package/winget dotnet tool restore - dotnet build -c Release Tgstation.Server.Service.Wix.Bundle + + - name: Build Installer .exe + run: | + cd build/package/winget/Tgstation.Server.Host.Service.Wix.Bundle + dotnet build -c Release - name: Test Install # Sanity checks the .deps.json exists, which the installation is broken without shell: powershell # If it's missing, I found that in elements were the problem