fix
Some checks failed
Docker Build & Deploy / Cleanup Dangling Images (push) Has been cancelled
Docker Build & Deploy / WeChat Notification (push) Has been cancelled
Docker Build & Deploy / Deploy to Production (push) Has been cancelled
Docker Build & Deploy / Build Docker Image (push) Has been cancelled

This commit is contained in:
SunCheng
2026-02-10 19:49:59 +08:00
parent 28e4e6f6cb
commit 9894936787

View File

@@ -30,6 +30,7 @@ COPY Common/*.csproj ./Common/
COPY Entity/*.csproj ./Entity/
COPY Repository/*.csproj ./Repository/
COPY Service/*.csproj ./Service/
COPY Application/*.csproj ./Application/
COPY WebApi/*.csproj ./WebApi/
COPY WebApi.Test/*.csproj ./WebApi.Test/