diff --git a/GraphLayout/tools/publish_nugets.sh b/GraphLayout/tools/publish_nugets.sh new file mode 100644 index 00000000..bcec6103 --- /dev/null +++ b/GraphLayout/tools/publish_nugets.sh @@ -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