Skip to content

Commit

Permalink
more fixes forgot to add files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeet Shah committed Apr 19, 2017
1 parent 25d7bd6 commit 5b71996
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<Target Name="Rebuild" DependsOnTargets="Clean;Build" />
<Target Name="FullBuild" DependsOnTargets="Clean;Build;RunTests;SignNuget" />
<Target Name="RunTests" DependsOnTargets="$(RunTestProjectsDependsOn)" />
<Target Name="SignNuget" DependsOnTargets="$(RunSignDependsOn)" />

<Target Name="SignNuget" DependsOnTargets="$(RunSignDependsOn)" />
</Project>

0 comments on commit 5b71996

Please sign in to comment.