ci: expose web client release artifacts
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m1s

This commit is contained in:
2026-07-04 19:05:24 +09:00
parent f32bb47be2
commit 901d75972a
+4 -1
View File
@@ -35,7 +35,10 @@ jobs:
start=$(date +%s)
# 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 build src/TaxBaik.Web.Client/TaxBaik.Web.Client.csproj -c Release --no-restore -p:ContinuousIntegrationBuild=true
echo "--- Web.Client Release artifacts ---"
ls -la src/TaxBaik.Web.Client/bin/Release/net10.0 || true
ls -la src/TaxBaik.Web.Client/obj/Release/net10.0 || true
dotnet publish src/TaxBaik.Web/ \
-c Release \
-o ./publish \