This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user