Ignoring missing resource files not needed for a dotnet restore
This commit is contained in:
@@ -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.Admin.Api"
|
||||
RUN dotnet build "LiteCharmsSecurity.Admin.Api.csproj" -c Release -o /app/build
|
||||
|
||||
Reference in New Issue
Block a user