Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Rebuilding the whole EF solution for 4.0 when using build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd committed Feb 12, 2013
1 parent e3bd019 commit 559c1b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EF.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<MSBuild Targets="Rebuild"
Projects="$(SolutionFile)"
Properties="Configuration=$(Configuration);$(BuildProperties);BuildPackages=false" />
<MSBuild Targets="Rebuild"
Projects="$(SolutionFile)"
Properties="Configuration=ReleaseNet40;$(BuildProperties);BuildPackages=false" />
</Target>

<Target Name="Test" DependsOnTargets="Rebuild">
Expand Down

0 comments on commit 559c1b3

Please sign in to comment.