6 lines
299 B
XML
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>
|