Skip to content

Commit

Permalink
Shut down any build servers after we're done. (#13)
Browse files Browse the repository at this point in the history
Hopefully fixes #12.
  • Loading branch information
rolfbjarne authored Mar 6, 2024
1 parent ad899a8 commit af50909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ runs:
popd
fi
# shut down any build servers we may have started.
"$DOTNET" build-server shutdown || true
NO_FORMATTING=
if git diff --exit-code >/dev/null; then
echo "No code formatting occurred"
Expand Down

0 comments on commit af50909

Please sign in to comment.