workload restore

This commit is contained in:
Paul Schneider 2026-06-07 01:11:23 +01:00
commit 3a1ca2c8ff
2 changed files with 12 additions and 2 deletions

View file

@ -2,7 +2,7 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
COPY . .
RUN dotnet workload install android
RUN dotnet workload restore
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