forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGetPack.cmd
More file actions
13 lines (11 loc) · 806 Bytes
/
Copy pathNuGetPack.cmd
File metadata and controls
13 lines (11 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
nuget pack ServiceStack\servicestack.nuspec -symbols
nuget pack ServiceStack.Common\servicestack.common.nuspec -symbols
nuget pack ServiceStack.Mvc\servicestack.mvc.nuspec -symbols
nuget pack ServiceStack.Api.Swagger\servicestack.api.swagger.nuspec -symbols
nuget pack ServiceStack.Razor\servicestack.razor.nuspec -symbols
nuget pack ServiceStack.Host.AspNet\servicestack.host.aspnet.nuspec
nuget pack ServiceStack.Host.Mvc\servicestack.host.mvc.nuspec
nuget pack ServiceStack.Client.Silverlight\servicestack.client.silverlight.nuspec
nuget pack ServiceStack.Authentication.OpenId\servicestack.authentication.openid.nuspec -symbols
nuget pack ServiceStack.Plugins.ProtoBuf\servicestack.plugins.protobuf.nuspec -symbols
nuget pack ServiceStack.Plugins.MsgPack\servicestack.plugins.msgpack.nuspec -symbols