Skip to content

Commit

Permalink
add a publish script
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <[email protected]>
  • Loading branch information
levnach committed Dec 14, 2024
1 parent a5d510e commit 1e9c8ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GraphLayout/tools/publish_nugets.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

dotnet nuget push /c/dev/agl/GraphLayout/Msagl.1.2.1.nupkg --api-key my_api_key --source https://api.nuget.org/v3/index.json
dotnet nuget push /c/dev/agl/GraphLayout/Msagl.Drawing.1.2.1.nupkg --api-key my_api_key --source https://api.nuget.org/v3/index.json
dotnet nuget push /c/dev/agl/GraphLayout/Msagl.GraphViewerGDI.1.2.1.nupkg --api-key my_api_key --source https://api.nuget.org/v3/index.json
dotnet nuget push /c/dev/agl/GraphLayout/Msagl.WpfGraphControl.1.2.1.nupkg --api-key my_api_key --source https://api.nuget.org/v3/index.json

0 comments on commit 1e9c8ee

Please sign in to comment.