From 1de8ba8d6e2f7c2b72676fc205e72291ca52afc0 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 29 Jan 2025 22:32:08 -0600 Subject: [PATCH] Adding NuGet Publish target --- CapyKit/CapyKit.csproj | 2 ++ CapyKit/NuGetPublish.targets | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 CapyKit/NuGetPublish.targets diff --git a/CapyKit/CapyKit.csproj b/CapyKit/CapyKit.csproj index 8b7df7b..38cabc9 100644 --- a/CapyKit/CapyKit.csproj +++ b/CapyKit/CapyKit.csproj @@ -16,4 +16,6 @@ + + diff --git a/CapyKit/NuGetPublish.targets b/CapyKit/NuGetPublish.targets new file mode 100644 index 0000000..222b27d --- /dev/null +++ b/CapyKit/NuGetPublish.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file