diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index dbc5853..19ff345 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -14,7 +14,8 @@ on: env: # Path to the solution file relative to the root of the project. - SOLUTION_FILE_PATH: . + # SOLUTION_FILE_PATH: . + SOLUTION_FILE_PATH: Program-Manager-II.sln # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types.