This commit is contained in:
Paul Schneider 2026-06-07 00:43:49 +01:00
commit af570d06a7

View file

@ -2,6 +2,7 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src WORKDIR /src
COPY . . COPY . .
RUN dotnet workload install android
RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-insecure-connections RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-insecure-connections
RUN dotnet publish src/Yavsc.Org/Yavsc.Org.csproj -c Release -o /app/publish RUN dotnet publish src/Yavsc.Org/Yavsc.Org.csproj -c Release -o /app/publish