From eeae0cc5a5d302ed6197bbfab4422783ee265040 Mon Sep 17 00:00:00 2001 From: cdozdil <35529761+cdozdil@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:29:35 +0300 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 43696576..fa83ace0 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -8,7 +8,7 @@ on: env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: CyberXeSS.sln + SOLUTION_FILE_PATH: . # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types.