diff options
author | Hongwei Wang <hongweiw@google.com> | 2015-07-28 18:37:40 -0700 |
---|---|---|
committer | Hongwei Wang <hongweiw@google.com> | 2015-07-28 18:37:40 -0700 |
commit | 62b9080a1d1a7b0b7d463d7528b9150fc49d2c62 (patch) | |
tree | f82a564991f56ee6aa3a64bd86f5b4ae472f5600 /src/csharp/Grpc.Auth/Grpc.Auth.nuspec | |
parent | aa2bef8453cf237c760b53b0fac82a304eebc619 (diff) | |
parent | 8e06c2e62e0be2606598dd1f2a6582b585364520 (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into zookeeper
Diffstat (limited to 'src/csharp/Grpc.Auth/Grpc.Auth.nuspec')
-rw-r--r-- | src/csharp/Grpc.Auth/Grpc.Auth.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec index eeaa49aa92..2dc10d24c2 100644 --- a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec +++ b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec @@ -20,9 +20,9 @@ </dependencies> </metadata> <files> - <file src="bin/Release/Grpc.Auth.dll" target="lib/net45" /> - <file src="bin/Release/Grpc.Auth.pdb" target="lib/net45" /> - <file src="bin/Release/Grpc.Auth.xml" target="lib/net45" /> + <file src="bin/ReleaseSigned/Grpc.Auth.dll" target="lib/net45" /> + <file src="bin/ReleaseSigned/Grpc.Auth.pdb" target="lib/net45" /> + <file src="bin/ReleaseSigned/Grpc.Auth.xml" target="lib/net45" /> <file src="**\*.cs" target="src" /> </files> </package> |