🔨 Trying to fix build...
This commit is contained in:
@@ -58,6 +58,7 @@ RUN dotnet build "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/bu
|
||||
FROM build AS publish
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
# Ensure the target directory for localized resources exists
|
||||
RUN rm -rf /src/DysonNetwork.Pass/Client
|
||||
RUN mkdir -p /app/publish/zh-Hans
|
||||
RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||
|
||||
|
Reference in New Issue
Block a user