Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Feb 17, 2024
1 parent f455547 commit 5d8978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactionsbuilds.yml
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Build
run: dotnet build DeveMazeGeneratorCore.sln -c Release --no-restore /p:Version=1.0.${{needs.generate_version_number.outputs.build_number}}
- name: Test
run: dotnet test DeveMazeGeneratorCore.sln --no-restore --verbosity normal
run: dotnet test DeveMazeGeneratorCore.sln -c Release --no-restore --verbosity normal

build_linux_consoleapp:
needs: generate_version_number
Expand Down

0 comments on commit 5d8978b

Please sign in to comment.