Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / tools / dockerfile / distribtest / csharp_ubuntu1604_x64 / Dockerfile
index e0d8c45..4755a3b 100644 (file)
@@ -39,3 +39,8 @@ RUN apt-get update && apt-get install -y unzip && apt-get clean
 # Make sure the mono certificate store is up-to-date to prevent issues with nuget restore
 RUN apt-get update && apt-get install -y curl && apt-get clean
 RUN curl https://curl.haxx.se/ca/cacert.pem > ~/cacert.pem && cert-sync ~/cacert.pem && rm -f ~/cacert.pem
+
+# we have a separate distribtest for netcoreapp3.1
+ENV SKIP_NETCOREAPP31_DISTRIBTEST=1
+# we have a separate distribtest for net5.0
+ENV SKIP_NET50_DISTRIBTEST=1