Initial function project commit

This commit is contained in:
Jordan Wages 2025-08-19 23:45:55 -05:00
commit 49902cda2a
7 changed files with 97 additions and 9 deletions

View 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">
<Exec Command="dotnet nuget push --source wagenet-git bin\Release\cs-mic.$(Version).nupkg" />
</Target>
</Project>