Skip to content

Commit

Permalink
Update releaseBuilderConsole.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema authored May 9, 2022
1 parent 47bfb5f commit 49fcf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaseBuilderConsole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: ${{env.SolutionDirectory}}

- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --configuration Release --no-restore --verbosity normal
working-directory: ${{env.SolutionDirectory}}

# Only windows-latest can build Windows, Linux and macOS with ReadyToRun option.
Expand Down

0 comments on commit 49fcf8e

Please sign in to comment.