Skip to content

Commit 36d60fb

Browse files
authored
Increase dotnet verbosity for Rider build (#3334)
1 parent a416662 commit 36d60fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jetbrains-rider/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ val buildReSharperPlugin = tasks.register("buildReSharperPlugin") {
197197
doLast {
198198
val arguments = listOf(
199199
"build",
200+
"--verbosity",
201+
"normal",
200202
"${resharperPluginPath.canonicalPath}/ReSharper.AWS.sln"
201203
)
202204
exec {

0 commit comments

Comments
 (0)