From 6f3e4342fbb68bbad8c9f0025b67880fbedb8dab Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 27 Jul 2025 22:30:25 +0900 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a13a793..fab198a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,7 +25,6 @@ after_build: #- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\* artifacts\ - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Service\bin\x86\%CONFIGURATION%\* artifacts\ - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Launcher\bin\x86\%CONFIGURATION%\* artifacts\ - - cmd: xcopy /s /y WelsonJS.Toolkit\EsentInterop\bin\%CONFIGURATION%\* artifacts\ - cmd: nuget pack WelsonJS.Toolkit\WelsonJS.Toolkit\ -properties Configuration=%CONFIGURATION% -properties Platform=x86 -OutputDirectory artifacts\ - cmd: 7z a artifacts.zip artifacts\* @@ -43,6 +42,6 @@ notifications: - provider: Email to: - gnh1201@catswords.re.kr - subject: 'Build #{{build}} {{status}}' + subject: "Build {{status}}: {{projectName}} {{buildVersion}}" on_build_success: false on_build_failure: true