build: make sure dotnet tools are restored
This commit is contained in:
parent
3f03c645dc
commit
fe53cfb17e
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@ done
|
||||||
# Make sure we have lefthook is installed.
|
# Make sure we have lefthook is installed.
|
||||||
lefthook install
|
lefthook install
|
||||||
|
|
||||||
|
# Make sure our tools are installed.
|
||||||
|
dotnet tool restore
|
||||||
|
|
||||||
# Everything is good.
|
# Everything is good.
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Reference in a new issue