Skip to content

Commit

Permalink
Add nuget restore target
Browse files Browse the repository at this point in the history
  • Loading branch information
rms81 committed Mar 5, 2015
1 parent 17a5df0 commit 0ecf6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BuildScripts/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Import Project="$(MSBuildCommunityTasksPath)\MSBuild.Community.Tasks.targets"/>


<Target Name="ci" DependsOnTargets="clean;build;unittest;publish;archive"/>
<Target Name="ci" DependsOnTargets="clean;nugetRestore;build;unittest;publish;archive"/>

<!--Restore Nuget Packages-->
<Target Name="nugetRestore">
Expand Down

0 comments on commit 0ecf6d6

Please sign in to comment.