From 93d586a82e1ac601e74dd157682ce954b8a42976 Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Sun, 12 Jan 2025 15:56:02 -0600 Subject: [PATCH] Add vgui_controls to workflow for all projects --- .github/workflows/mapbase_build-base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mapbase_build-base.yml b/.github/workflows/mapbase_build-base.yml index ccf39580..d7859284 100644 --- a/.github/workflows/mapbase_build-base.yml +++ b/.github/workflows/mapbase_build-base.yml @@ -131,6 +131,7 @@ jobs: working-directory: '${{inputs.branch}}/src' shell: cmd run: | + msbuild -m -p:Configuration=${{inputs.configuration}} vgui2\vgui_controls\vgui_controls.vcxproj || exit /b msbuild -m -p:Configuration=${{inputs.configuration}} responserules\runtime\responserules.vcxproj || exit /b msbuild -m -p:Configuration=${{inputs.configuration}} materialsystem\stdshaders\game_shader_dx9_episodic.vcxproj || exit /b msbuild -m -p:Configuration=${{inputs.configuration}} materialsystem\stdshaders\game_shader_dx9_hl2.vcxproj || exit /b