Initial function project commit
This commit is contained in:
parent
0e230f7a49
commit
49902cda2a
7 changed files with 97 additions and 9 deletions
6
src/core/NuGetPublish.targets
Normal file
6
src/core/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">
|
||||
<Exec Command="dotnet nuget push --source wagenet-git bin\Release\cs-mic.$(Version).nupkg" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue