chore: Updated gitversion yaml & dockerfile

This commit is contained in:
henrik
2024-12-23 01:28:27 +01:00
parent 0eb8ee1a7f
commit e9194d199a
2 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -1,4 +1,7 @@
branches:
main:
regex: ^master$|^main$
mode: ContinuousDelivery
develop:
regex: ^develop$
mode: ContinuousDelivery