cs-mic/src/Core/NuGetPublish.targets
2025-08-20 20:32:13 -05:00

6 lines
299 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Placeholder target file for NuGet publishing -->
<Target Name="PublishNuGet" AfterTargets="Pack">
<Exec Command="dotnet nuget push --source wagenet-git bin\Release\CSMic.$(Version).nupkg" />
</Target>
</Project>