Skip to content

Commit

Permalink
ci: remove dedicated logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Apr 13, 2023
1 parent b47c0c7 commit 646af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ task testDotNet {
doLast {
exec {
executable "dotnet"
args "test","${DotnetSolution}","--logger","GitHubActions"
args "test","${DotnetSolution}"
workingDir rootDir
}
}
Expand Down

0 comments on commit 646af0a

Please sign in to comment.