From 28d4e048c7fa4dbf0b3c7747aba60561814c6451 Mon Sep 17 00:00:00 2001 From: Praveen Suluvai Date: Tue, 31 Jan 2023 14:59:36 +1000 Subject: [PATCH] Releasing v0.1.0 Packages --- publish-to-nuget.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/publish-to-nuget.sh b/publish-to-nuget.sh index 519ea9a..ef46c98 100755 --- a/publish-to-nuget.sh +++ b/publish-to-nuget.sh @@ -9,9 +9,3 @@ cd ${OUT_DIR} dotnet nuget push Imx.Sdk.${VERSION_STR}.nupkg --api-key ${API_KEY} --source https://api.nuget.org/v3/index.json dotnet nuget push Imx.Sdk.Gen.${VERSION_STR}.nupkg --api-key ${API_KEY} --source https://api.nuget.org/v3/index.json - - -## For Deleting NUget Packages - -#dotnet nuget delete Imx.Sdk ${VERSION_STR} --api-key ${API_KEY} --source https://api.nuget.org/v3/index.json -#dotnet nuget delete Imx.Sdk.Gen ${VERSION_STR} --api-key ${API_KEY} --source https://api.nuget.org/v3/index.json