We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d510e commit 1e9c8eeCopy full SHA for 1e9c8ee
GraphLayout/tools/publish_nugets.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+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
4
+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
5
+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
6
+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 commit comments