fix: pr validation #6

Merged
ricardo merged 7 commits from feat/live-preview into Release/V0.0.3 2025-07-25 22:57:16 +00:00
Showing only changes of commit 660959bd4c - Show all commits

View File

@ -41,7 +41,7 @@ RUN case "$TARGETPLATFORM" in \
"linux/arm64") RID="linux-arm64" ;; \ "linux/arm64") RID="linux-arm64" ;; \
esac && \ esac && \
echo "🔧 Restoring for RID: $RID" && \ echo "🔧 Restoring for RID: $RID" && \
dotnet restore "BCards.Web.csproj" --runtime $RID dotnet restore "src/BCards.Web/BCards.Web.csproj" --runtime $RID
# Copy source code # Copy source code
COPY . . COPY . .