From 9a7ba84cb7dd6dd0f1584f1111151a7bb9871f3e Mon Sep 17 00:00:00 2001 From: Tyler Jaacks Date: Sat, 21 Sep 2024 18:27:31 -0500 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 350e5e2..81e8101 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -18,7 +18,7 @@ env: # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types. # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - BUILD_CONFIGURATION: Release + BUILD_CONFIGURATION: Debug permissions: contents: read