From ab69b5d2e5a2b9c25370a3a175303cb0a3bffc25 Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Thu, 21 May 2026 03:29:59 +0300 Subject: [PATCH] Fix formatting in msbuild.yml --- .github/workflows/msbuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 3210891..47ea5cc 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -13,7 +13,8 @@ on: env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: pong-reloaded.sln + SOLUTION_FILE_PATH: pong-reloaded.sln + # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types.