ci: build web client before web publish
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m33s

This commit is contained in:
2026-07-04 18:54:01 +09:00
parent 041e22b0d8
commit df0fb16cbd
+3 -2
View File
@@ -33,8 +33,9 @@ jobs:
set -e
mkdir -p ./publish-logs
start=$(date +%s)
# Web has already been built above. Keep publish on the existing build
# outputs so we do not pay for a second full compile here.
# Web.Client needs a Release static-web-assets manifest for Web publish.
# Build it explicitly so publish can reuse the prepared outputs.
dotnet build src/TaxBaik.Web.Client/TaxBaik.Web.Client.csproj -c Release --no-restore
dotnet publish src/TaxBaik.Web/ \
-c Release \
-o ./publish \