ci: document publish flow and fix portal imports
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m39s

This commit is contained in:
2026-07-04 18:19:48 +09:00
parent ef3f8ffaf4
commit d08de4fa10
4 changed files with 14 additions and 0 deletions
+4
View File
@@ -33,6 +33,8 @@ jobs:
set -e
mkdir -p ./publish-logs
start=$(date +%s)
# Web publish is allowed to build because Blazor/Web SDK publish needs
# publish-specific assets even after the solution build has completed.
dotnet publish src/TaxBaik.Web/ \
-c Release \
-o ./publish \
@@ -50,6 +52,8 @@ jobs:
run: |
set -e
mkdir -p ./publish-logs
# Proxy is not part of the solution restore graph, so restore it once
# here before publishing to avoid NETSDK1004 in CI.
dotnet restore src/TaxBaik.Proxy/
start=$(date +%s)
dotnet publish src/TaxBaik.Proxy/ \