Skip to content

Commit 1416189

Browse files
Change build configuration from Release to Debug
1 parent f46a0bb commit 1416189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build Solution
2525
working-directory: src
2626
run: |
27-
msbuild.exerestore ShutdownTimerClassic.sln /p:platform="Any CPU" /p:configuration="Release"
27+
msbuild.exe ShutdownTimerClassic.sln /p:platform="Any CPU" /p:configuration="Debug"

0 commit comments

Comments
 (0)