forked from imperugo/StackExchange.Redis.Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGetPack.bat
More file actions
9 lines (5 loc) · 839 Bytes
/
NuGetPack.bat
File metadata and controls
9 lines (5 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
.\.nuget\NuGet.exe pack .\src\StackExchange.Redis.Extensions.Core\StackExchange.Redis.Extensions.Core.csproj -Prop Configuration=Release -OutputDirectory .\nuget\
.\.nuget\NuGet.exe pack .\src\StackExchange.Redis.Extensions.Jil\StackExchange.Redis.Extensions.Jil.csproj -Prop Configuration=Release -OutputDirectory .\nuget
.\.nuget\NuGet.exe pack .\src\StackExchange.Redis.Extensions.Newtonsoft\StackExchange.Redis.Extensions.Newtonsoft.csproj -Prop Configuration=Release -OutputDirectory .\nuget
.\.nuget\NuGet.exe pack .\src\StackExchange.Redis.Extensions.MsgPack\StackExchange.Redis.Extensions.MsgPack.csproj -Prop Configuration=Release -OutputDirectory .\nuget
.\.nuget\NuGet.exe pack .\src\StackExchange.Redis.Extensions.Protobuf\StackExchange.Redis.Extensions.Protobuf.csproj -Prop Configuration=Release -OutputDirectory .\nuget