This commit is contained in:
@@ -35,7 +35,10 @@ jobs:
|
|||||||
start=$(date +%s)
|
start=$(date +%s)
|
||||||
# Web.Client needs a Release static-web-assets manifest for Web publish.
|
# Web.Client needs a Release static-web-assets manifest for Web publish.
|
||||||
# Build it explicitly so publish can reuse the prepared outputs.
|
# 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/ \
|
dotnet publish src/TaxBaik.Web/ \
|
||||||
-c Release \
|
-c Release \
|
||||||
-o ./publish \
|
-o ./publish \
|
||||||
|
|||||||
Reference in New Issue
Block a user