Skip to content

Commit

Permalink
added optional "restore" argument to build.cmd: restore only and star…
Browse files Browse the repository at this point in the history
…t working in VS
  • Loading branch information
luithefirst committed Mar 14, 2023
1 parent 5dfd910 commit 328e544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@echo off
dotnet tool restore
dotnet paket restore

IF "%1"=="restore" exit /B

dotnet build src\Aardvark.sln

0 comments on commit 328e544

Please sign in to comment.