Skip to content

Commit

Permalink
Temporarly removed Release compilation in build_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Nov 26, 2024
1 parent ce254ec commit 3f8d417
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Build Debug Configuration
run: dotnet build LM-Kit-Maestro.sln --no-restore --configuration Debug

- name: Build Release Configuration
run: dotnet build LM-Kit-Maestro.sln --no-restore --configuration Release
#---- Loïc: comment, this is not working even on my local machine. todo: investigate.
#- name: Build Release Configuration
# run: dotnet build LM-Kit-Maestro.sln --no-restore --configuration Release

0 comments on commit 3f8d417

Please sign in to comment.