aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-01 10:28:13 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-01 14:09:50 -0800
commit73c99f3555e72a4ba0fb5f66b7b610d41cde7ca5 (patch)
treec3f39f0d38331238c113b86eb157a641e83feac0 /test/distrib/csharp
parent38b519a48dae92ea4e91036e5347d2f3d2c0a396 (diff)
test C# nuget package
Diffstat (limited to 'test/distrib/csharp')
-rw-r--r--test/distrib/csharp/.gitignore3
-rw-r--r--test/distrib/csharp/NuGet.Config3
-rwxr-xr-xtest/distrib/csharp/update_version.sh2
3 files changed, 5 insertions, 3 deletions
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 @@
<add key="https://www.nuget.org/api/v2/" value="https://www.nuget.org/api/v2/" />
<add key="TestNugetFeed" value="TestNugetFeed" />
</packageSources>
-</configuration> \ No newline at end of file
+</configuration>
+
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