Skip to content

Commit 1e9c8ee

Browse files
committed
add a publish script
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent a5d510e commit 1e9c8ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)