Skip to content

Commit

Permalink
Change Setup to Pre-IntermediatePack (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarrol authored Sep 5, 2024
1 parent 3ffc228 commit 29a2908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TJC.Inclusion/TJC.Inclusion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</Code>
</Task>
</UsingTask>
<!-- PRE-BUILD -->
<Target Name="CustomSetup" BeforeTargets="Build">
<!-- PRE-PACK -->
<Target Name="CustomSetup" BeforeTargets="_IntermediatePack">
<Message Text="=== CUSTOM SETUP ===" Importance="high" />
<!-- Store the original contents of the license file -->
<ReadFileContent FilePath="..\LICENSE">
Expand Down

0 comments on commit 29a2908

Please sign in to comment.