Skip to content

Commit

Permalink
restore the sln
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Feb 10, 2019
1 parent f8c6baa commit 3e790ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<Target Name="Restore">
<Exec Command="$(MonoOrEmpty)paket.exe restore" WorkingDirectory=".paket" ConsoleToMSBuild="true" />
<Exec Command='dotnet restore src/dotnet-proj.sln /p:Version=$(Version)' />
</Target>

<Target Name="Build">
Expand Down

0 comments on commit 3e790ad

Please sign in to comment.