Skip to content

Commit

Permalink
Merge pull request #692 from dotnet/addPublishTarget
Browse files Browse the repository at this point in the history
Add Publish target
  • Loading branch information
AArnott committed Nov 22, 2021
2 parents 3523340 + 8e73909 commit 6f656c3
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 6f656c3

Please sign in to comment.