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