Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Make sure dependent projects are built before Installer.proj.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 22, 2018
1 parent 0da887d commit 83f2e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Installer/Installer.proj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
</ItemGroup>
<Target Name="AfterBuild" AfterTargets="Build" />
<Target Name="Build" BeforeTargets="AfterBuild">
<MSBuild Projects="@(ProjectReference)" Targets="Build" />
<MakeDir Directories="$(IntermediateOutputPath)" />
<MakeDir Directories="$(OutputPath)" />
<Copy SourceFiles="@(FilesToCopy)" DestinationFolder="$(IntermediateOutputPath)" />
Expand Down

0 comments on commit 83f2e7a

Please sign in to comment.