mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-03-12 04:36:40 -05:00
Adding NuGet Publish target
This commit is contained in:
parent
a0492aaa0b
commit
1de8ba8d6e
2 changed files with 8 additions and 0 deletions
|
@ -16,4 +16,6 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="NuGetPublish.targets" Condition="Exists('NuGetPublish.targets')" />
|
||||
|
||||
</Project>
|
||||
|
|
6
CapyKit/NuGetPublish.targets
Normal file
6
CapyKit/NuGetPublish.targets
Normal file
|
@ -0,0 +1,6 @@
|
|||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- Placeholder target file for NuGet publishing -->
|
||||
<Target Name="PublishNuGet" AfterTargets="Pack">
|
||||
<!-- To enable NuGet publishing, add an <Exec> command inside the <Target>. -->
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in a new issue