This commit is contained in:
@@ -33,8 +33,9 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
mkdir -p ./publish-logs
|
mkdir -p ./publish-logs
|
||||||
start=$(date +%s)
|
start=$(date +%s)
|
||||||
# Web has already been built above. Keep publish on the existing build
|
# Web.Client needs a Release static-web-assets manifest for Web publish.
|
||||||
# outputs so we do not pay for a second full compile here.
|
# 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/ \
|
dotnet publish src/TaxBaik.Web/ \
|
||||||
-c Release \
|
-c Release \
|
||||||
-o ./publish \
|
-o ./publish \
|
||||||
|
|||||||
Reference in New Issue
Block a user