From 73c99f3555e72a4ba0fb5f66b7b610d41cde7ca5 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 1 Feb 2016 10:28:13 -0800 Subject: test C# nuget package --- test/distrib/csharp/.gitignore | 3 ++- test/distrib/csharp/NuGet.Config | 3 ++- test/distrib/csharp/update_version.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'test/distrib/csharp') diff --git a/test/distrib/csharp/.gitignore b/test/distrib/csharp/.gitignore index cb4b0a9212..52503c7b30 100644 --- a/test/distrib/csharp/.gitignore +++ b/test/distrib/csharp/.gitignore @@ -2,4 +2,5 @@ packages *.userprefs *.csproj.user *.suo -/TestNugetFeed \ No newline at end of file +/TestNugetFeed + diff --git a/test/distrib/csharp/NuGet.Config b/test/distrib/csharp/NuGet.Config index 62b82684bc..e3b63c5168 100644 --- a/test/distrib/csharp/NuGet.Config +++ b/test/distrib/csharp/NuGet.Config @@ -4,4 +4,5 @@ - \ No newline at end of file + + diff --git a/test/distrib/csharp/update_version.sh b/test/distrib/csharp/update_version.sh index 1df8466832..0734fe2cd7 100755 --- a/test/distrib/csharp/update_version.sh +++ b/test/distrib/csharp/update_version.sh @@ -5,4 +5,4 @@ set -e cd $(dirname $0) # Replaces version placeholder with value provided as first argument. -sed -i "s/__GRPC_NUGET_VERSION__/$1/g" DistribTest/packages.config DistribTest/DistribTest.csproj \ No newline at end of file +sed -i "s/__GRPC_NUGET_VERSION__/$1/g" DistribTest/packages.config DistribTest/DistribTest.csproj -- cgit v1.2.3