From 69baa0e28c820ec73dd1278aff80e91c61af0174 Mon Sep 17 00:00:00 2001 From: Brady McDermott Date: Sat, 30 Mar 2024 17:56:42 -0600 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1f10249..35c6f9e 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -29,9 +29,8 @@ jobs: build: strategy: matrix: - include: - BUILD_CONFIGURATION: [Release, Debug] - BUILD_PLATFORM: [x64, Win32] + BUILD_CONFIGURATION: [Release, Debug] + BUILD_PLATFORM: [x64, Win32] runs-on: windows-latest