Fix Bitwarden Lite build (#463)

This commit is contained in:
Justin Baur
2026-02-10 10:34:51 -05:00
committed by GitHub
parent fef2b36971
commit f2014cb3ca

View File

@@ -89,6 +89,7 @@ COPY server/bitwarden_license/src/Commercial.Core/*.csproj ./bitwarden_license/s
COPY server/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/*.csproj ./bitwarden_license/src/Commercial.Infrastructure.EntityFramework/
COPY server/Directory.Build.props .
COPY server/.editorconfig .
COPY server/global.json .
# Restore Admin project dependencies and tools
WORKDIR /source/src/Admin