Ignoring missing resource files not needed for a dotnet restore

This commit is contained in:
Khwezi Mngoma
2026-06-06 01:12:17 +02:00
parent fa679c18eb
commit c78102264e
3 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@ WORKDIR /app_source
COPY . .
RUN dotnet restore "LiteCharmsSecurity.AdminUI.sln"
RUN dotnet restore "LiteCharmsSecurity.AdminUI.sln" --ignore-failed-sources
WORKDIR "/app_source/src/LiteCharmsSecurity.STS.Identity"
RUN dotnet build "LiteCharmsSecurity.STS.Identity.csproj" -c Release -o /app/build