build script for maui apk adjusted 2 #2
@ -7,6 +7,7 @@ EXPOSE 443
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
COPY ["../../RBLNews.Web/RBLNews.Web.csproj", "RBLNews.Web/"]
|
||||
COPY ["../../RBLNews.Shared/RBLNews.Shared.csproj", "RBLNews.Shared/"]
|
||||
RUN dotnet restore "RBLNews/RBLNews.Web.csproj"
|
||||
COPY . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user