From be11e9460e3238373deab4e8b345d311c165c3c3 Mon Sep 17 00:00:00 2001 From: Miguel Prieto Date: Wed, 4 Dec 2024 12:01:36 -0300 Subject: [PATCH] Copy csharp-examples project to run tests --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 36a20bc..62d91d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ ARG CONDUCTOR_SERVER_URL ENV KEY=${KEY} ENV SECRET=${SECRET} ENV CONDUCTOR_SERVER_URL=${CONDUCTOR_SERVER_URL} +COPY /csharp-examples /package/csharp-examples COPY /Tests /package/Tests WORKDIR /package/Tests RUN dotnet test -l "console;verbosity=normal"