Skip to content

Commit 8228f0c

Browse files
committed
Update Makefile
1 parent 517b98b commit 8228f0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ all: clean build test
1818

1919
.PHONY: build
2020
build:
21+
$(DOTNETCMD) restore -v q
2122
$(DOTNETBUILD) --nologo -v q
2223

2324
.PHONY: test
@@ -30,5 +31,6 @@ clean:
3031

3132
.PHONY: run
3233
run: clean
34+
$(DOTNETCMD) restore -v q
3335
$(DOTNETRUN) --project $(CUI_PROJ_PATH) --onetime
3436

0 commit comments

Comments
 (0)