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

cleanup of C# interop dockerimage

parent 9f19bd3e
No related branches found
No related tags found
No related merge requests found
......@@ -80,13 +80,9 @@ RUN echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat
# Install dependencies
RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y \
mono-devel \
nunit \
nunit-console \
monodevelop
# Download NuGet
RUN cd /var/local && wget www.nuget.org/NuGet.exe
ENV NUGET mono /var/local/NuGet.exe
ca-certificates-mono \
nuget \
&& apt-get clean
# Define the default command.
CMD ["bash"]
......@@ -40,6 +40,4 @@ cp -r /var/local/jenkins/service_account $HOME || true
cd /var/local/git/grpc
# build C# interop client & server
make CONFIG=dbg grpc_csharp_ext
(cd src/csharp && mono /var/local/NuGet.exe restore Grpc.sln)
(cd src/csharp && xbuild Grpc.sln)
tools/run_tests/run_tests.py -l csharp -c dbg --build_only
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment