fix: pr validation #6
@ -41,7 +41,7 @@ RUN case "$TARGETPLATFORM" in \
|
||||
"linux/arm64") RID="linux-arm64" ;; \
|
||||
esac && \
|
||||
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 . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user