aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/run_distrib_test.sh
blob: 802dc8c180a0d6ec395092d7ce68c388c3016b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

set -ex

cd $(dirname $0)

unzip "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets.zip" -d TestNugetFeed

# TODO(jtattermusch): replace the version number
./update_version.sh 0.13.0

nuget restore

xbuild DistribTest.sln

mono DistribTest/bin/Debug/DistribTest.exe