Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3292d92

Browse files
committed
Update NuGetPush to push all SS.Text pkgs
1 parent 24b4c42 commit 3292d92

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

NuGet/NuGetPush.cmd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
SET NUGET=..\src\.nuget\nuget
2-
%NUGET% push ServiceStack.Text.3.9.60.nupkg
3-
%NUGET% push ServiceStack.Text.3.9.60.symbols.nupkg
2+
%NUGET% push ServiceStack.Text.4.0.15.nupkg
3+
%NUGET% push ServiceStack.Text.4.0.15.symbols.nupkg
4+
5+
%NUGET% push ServiceStack.Text.Pcl.4.0.15.nupkg
6+
%NUGET% push ServiceStack.Text.Pcl.4.0.15.symbols.nupkg
7+
8+
%NUGET% push ServiceStack.Text.Signed.4.0.15.nupkg
9+
%NUGET% push ServiceStack.Text.Signed.4.0.15.symbols.nupkg

0 commit comments

Comments
 (0)