From d808ed08adc16efc18f057deb35e8b6dd5514e80 Mon Sep 17 00:00:00 2001 From: BadMagic100 Date: Sun, 7 Apr 2024 23:50:20 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bb3ae7..5f10595 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,4 +21,4 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: msbuild HKModTemplateAutomated.sln /property:Configuration=Release