From 9a92725f41f23eb3b234bb69d73d956fd9aa3f7b Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 13 May 2024 00:37:12 +1200 Subject: [PATCH] Added pack-and-push.ps1 --- src/Ellie.Marmalade/pack-and-push.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Ellie.Marmalade/pack-and-push.ps1 diff --git a/src/Ellie.Marmalade/pack-and-push.ps1 b/src/Ellie.Marmalade/pack-and-push.ps1 new file mode 100644 index 0000000..5f5a2eb --- /dev/null +++ b/src/Ellie.Marmalade/pack-and-push.ps1 @@ -0,0 +1,2 @@ +dotnet pack -o bin/Release/packed +dotnet nuget push bin/Release/packed/ --source emotionlab \ No newline at end of file