Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Releasing v0.1.0 Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
suluvai committed Jan 31, 2023
1 parent 65407a5 commit 28d4e04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions publish-to-nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28d4e04

Please sign in to comment.