Skip to content

Commit

Permalink
some nuget packaging adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed May 15, 2015
1 parent 302b29f commit 73d7fab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/csharp/Grpc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Grpc</id>
<title>gRPC</title>
<title>gRPC C#</title>
<summary>C# implementation of gRPC - an RPC library and framework</summary>
<description>C# implementation of gRPC - an RPC library and framework. See project site for more info.</description>
<version>0.5.0</version>
Expand Down
8 changes: 7 additions & 1 deletion src/csharp/build_packages.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
@rem Builds NuGet packages
@rem Builds gRPC NuGet packages

@rem Adjust the location of nuget.exe
set NUGET=C:\nuget\nuget.exe

setlocal
cd ..\..\vsprojects\nuget_package
@call buildall.bat || goto :error
endlocal

@call buildall.bat || goto :error

%NUGET% pack ..\..\vsprojects\nuget_package\grpc.native.csharp_ext.nuspec || goto :error
%NUGET% pack Grpc.Core\Grpc.Core.nuspec || goto :error
%NUGET% pack Grpc.Auth\Grpc.Auth.nuspec || goto :error
%NUGET% pack Grpc.nuspec || goto :error
Expand Down
1 change: 0 additions & 1 deletion vsprojects/nuget_package/buildall.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@echo off
setlocal

REM setlocal
REM call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
Expand Down

0 comments on commit 73d7fab

Please sign in to comment.