ci: document publish flow and fix portal imports
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m39s
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m39s
This commit is contained in:
@@ -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/ \
|
||||
|
||||
Reference in New Issue
Block a user