build: make sure dotnet tools are restored

This commit is contained in:
D. Moonfire 2022-04-02 19:36:50 -05:00
parent 3f03c645dc
commit fe53cfb17e

View file

@ -16,5 +16,8 @@ done
# Make sure we have lefthook is installed.
lefthook install
# Make sure our tools are installed.
dotnet tool restore
# Everything is good.
exit 0