ci: avoid redundant publish builds
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m7s

This commit is contained in:
2026-07-04 17:50:23 +09:00
parent b819e5c8ea
commit 0980e2c267
+3
View File
@@ -37,6 +37,7 @@ jobs:
-c Release \ -c Release \
-o ./publish \ -o ./publish \
--no-restore \ --no-restore \
--no-build \
-p:SelfContained=false \ -p:SelfContained=false \
-p:PublishReadyToRun=false \ -p:PublishReadyToRun=false \
-p:PerformanceSummary=true \ -p:PerformanceSummary=true \
@@ -54,6 +55,8 @@ jobs:
dotnet publish src/TaxBaik.Proxy/ \ dotnet publish src/TaxBaik.Proxy/ \
-c Release \ -c Release \
-o ./publish/proxy \ -o ./publish/proxy \
--no-restore \
--no-build \
-p:PublishReadyToRun=false \ -p:PublishReadyToRun=false \
-p:PerformanceSummary=true \ -p:PerformanceSummary=true \
-clp:Summary \ -clp:Summary \