Skip to content

Commit

Permalink
Add Publish target
Browse files Browse the repository at this point in the history
Closes #688, I hope.
  • Loading branch information
AArnott committed Nov 22, 2021
1 parent 3523340 commit 8e73909
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<!-- This target is called by Clean or Rebuild on a referencing project. -->
<Target Name="Clean" />

<!-- This target is called by Pack on a referencing project. -->
<!-- This target is called by their respective targets on referencing projects. -->
<Target Name="Pack" />
<Target Name="Publish" />
</Project>

0 comments on commit 8e73909

Please sign in to comment.