From 4f1501d9fe94ba683ddea41ecae37b77ce2c47c0 Mon Sep 17 00:00:00 2001 From: henrik Date: Mon, 23 Dec 2024 13:29:09 +0100 Subject: [PATCH] chore: Removed Gitversion again --- Dockerfile | 3 --- Pushy.Silo/Pushy.Silo.csproj | 4 ---- Pushy/Pushy/Pushy.csproj | 4 ---- 3 files changed, 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13b4274..0e33bc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,6 @@ COPY ["Pushy/Pushy.Client/Pushy.Client.csproj", "Pushy/Pushy.Client/"] COPY ["Pushy.Silo/Pushy.Silo.csproj", "Pushy.Silo/"] COPY . . -COPY .git /src/Pushy/ -COPY .git /src/Pushy.Silo/ - RUN dotnet restore "Pushy.Silo/Pushy.Silo.csproj" RUN dotnet restore "Pushy/Pushy/Pushy.csproj" diff --git a/Pushy.Silo/Pushy.Silo.csproj b/Pushy.Silo/Pushy.Silo.csproj index 164f182..841adea 100644 --- a/Pushy.Silo/Pushy.Silo.csproj +++ b/Pushy.Silo/Pushy.Silo.csproj @@ -12,10 +12,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/Pushy/Pushy/Pushy.csproj b/Pushy/Pushy/Pushy.csproj index 77a8620..d2cedc3 100644 --- a/Pushy/Pushy/Pushy.csproj +++ b/Pushy/Pushy/Pushy.csproj @@ -16,10 +16,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive -