Skip to content
Snippets Groups Projects
Commit 2ce352de authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

added support for building Symbol packages

parent 19944f5b
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,7 @@ ...@@ -22,5 +22,7 @@
</metadata> </metadata>
<files> <files>
<file src="bin/Release/Grpc.Auth.dll" target="lib/net45" /> <file src="bin/Release/Grpc.Auth.dll" target="lib/net45" />
<file src="bin/Release/Grpc.Auth.pdb" target="lib/net45" />
<file src="**\*.cs" target="src" />
</files> </files>
</package> </package>
...@@ -17,10 +17,12 @@ ...@@ -17,10 +17,12 @@
<dependencies> <dependencies>
<dependency id="Microsoft.Bcl.Immutable" version="1.0.34" /> <dependency id="Microsoft.Bcl.Immutable" version="1.0.34" />
<dependency id="Ix-Async" version="1.2.3" /> <dependency id="Ix-Async" version="1.2.3" />
<dependency id="grpc.native.csharp_ext" version="0.8.0.0" /> <dependency id="grpc.native.csharp_ext" version="0.9.0.0" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
<file src="bin/Release/Grpc.Core.dll" target="lib/net45" /> <file src="bin/Release/Grpc.Core.dll" target="lib/net45" />
<file src="bin/Release/Grpc.Core.pdb" target="lib/net45" />
<file src="**\*.cs" target="src" />
</files> </files>
</package> </package>
...@@ -11,8 +11,8 @@ endlocal ...@@ -11,8 +11,8 @@ endlocal
@call buildall.bat || goto :error @call buildall.bat || goto :error
%NUGET% pack ..\..\vsprojects\nuget_package\grpc.native.csharp_ext.nuspec || 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.Core\Grpc.Core.nuspec -Symbols || goto :error
%NUGET% pack Grpc.Auth\Grpc.Auth.nuspec || goto :error %NUGET% pack Grpc.Auth\Grpc.Auth.nuspec -Symbols || goto :error
%NUGET% pack Grpc.nuspec || goto :error %NUGET% pack Grpc.nuspec || goto :error
goto :EOF goto :EOF
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
<package> <package>
<metadata> <metadata>
<id>grpc.native.csharp_ext</id> <id>grpc.native.csharp_ext</id>
<version>0.8.0.0</version> <version>0.9.0.0</version>
<authors>Google Inc.</authors> <authors>Google Inc.</authors>
<owners>Jan Tattermusch</owners> <owners>Jan Tattermusch</owners>
<licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/grpc/grpc</projectUrl> <projectUrl>http://github.com/grpc/grpc</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.</description> <description>Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.</description>
<releaseNotes>Release of gRPC C core 0.8.0 libraries.</releaseNotes> <releaseNotes>Release of gRPC C core 0.9.0 libraries.</releaseNotes>
<copyright>Copyright 2015</copyright> <copyright>Copyright 2015</copyright>
<title>gRPC C# Native Extension</title> <title>gRPC C# Native Extension</title>
<summary>Native library required by gRPC C#</summary> <summary>Native library required by gRPC C#</summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment