workload install and restore
This commit is contained in:
parent
3a1ca2c8ff
commit
b725c4f3d8
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN dotnet workload install android --skip-manifest-update
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue