From e9194d199add0f5bc20c8204e55c9007a7342f90 Mon Sep 17 00:00:00 2001 From: henrik Date: Mon, 23 Dec 2024 01:28:27 +0100 Subject: [PATCH] chore: Updated gitversion yaml & dockerfile --- Dockerfile | 2 -- GitVersion.yml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aacb3f1..0e33bc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,6 @@ COPY ["Pushy/Pushy.Client/Pushy.Client.csproj", "Pushy/Pushy.Client/"] COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"] COPY . . -RUN ls -la - RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj" diff --git a/GitVersion.yml b/GitVersion.yml index 4362375..570a504 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,7 @@ branches: main: regex: ^master$|^main$ + mode: ContinuousDelivery + develop: + regex: ^develop$ mode: ContinuousDelivery \ No newline at end of file