From 39d2983852517d6e456fa42a5b7e68f741b6ff09 Mon Sep 17 00:00:00 2001 From: Brady McDermott Date: Sat, 30 Mar 2024 16:44:36 -0600 Subject: [PATCH] Revert "Update msbuild.yml???" This reverts commit 972c56a15b9783b234304198d459f7a4d7fe702d. --- .github/workflows/msbuild.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 9277253..6f662e2 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -15,8 +15,7 @@ on: env: # Path to the solution file relative to the root of the project. - # SOLUTION_FILE_PATH: . - SOLUTION_FILE_PATH: Program-Manager-II.sln + SOLUTION_FILE_PATH: . # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types.