mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Remove testing from docker build
This commit is contained in:
@@ -16,25 +16,6 @@ COPY tests/Tgstation.Server.Host.Console.Tests/Tgstation.Server.Host.Console.Tes
|
||||
RUN dotnet restore -nowarn:MSB3202,nu1503 -p:RestoreUseSkipNonexistentTargets=false
|
||||
|
||||
COPY . .
|
||||
|
||||
WORKDIR /src/tests/Tgstation.Server.Api.Tests
|
||||
RUN dotnet test -c Release
|
||||
|
||||
WORKDIR /src/tests/Tgstation.Server.Host.Tests
|
||||
RUN dotnet test -c Release
|
||||
|
||||
WORKDIR /src/tests/Tgstation.Server.Host.Watchdog.Tests
|
||||
RUN dotnet test -c Release
|
||||
|
||||
WORKDIR /src/tests/Tgstation.Server.Host.Console.Tests
|
||||
RUN dotnet test -c Release
|
||||
|
||||
WORKDIR /src/tests/Tgstation.Server.Tests
|
||||
RUN dotnet test -c Release
|
||||
|
||||
WORKDIR /src/src/Tgstation.Server.Host.Console
|
||||
RUN dotnet publish -c Release -o /app
|
||||
|
||||
WORKDIR /src/src/Tgstation.Server.Host
|
||||
RUN dotnet publish -c Release -o /app/lib/Default && mv /app/lib/Default/appsettings* /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user