Skip to content

Commit

Permalink
Suppress warnings and adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 21, 2023
1 parent 9b36c52 commit d93fd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build, verify ]
needs: [ build ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ tasks {
doLast {
exec {
executable("dotnet")
args("build", "-c", dotnetBuildConfiguration, "ReSharper.Azure.sln")
args("build", "-c", dotnetBuildConfiguration, "/clp:ErrorsOnly", "ReSharper.Azure.sln")
}
}
}
Expand Down

0 comments on commit d93fd6a

Please sign in to comment.