Commit 5a652a4
committed
Runs paket before dotnet restore
helps speed up the build by running paket directly before dotnet restore. dotnet restore doesn't have the concept of running a single instance of paket and will run one per project, which has to use a process lock file. running before dotnet restore makes it so we have less overhead1 parent dae9b9a commit 5a652a4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments