From bbefd3331abdcf47053a5ea068559ff06a812ff4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 23 Aug 2024 12:21:37 +0900 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4a91b44..9a8e893 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,8 @@ environment: - CONFIGURATION: Debug SIGNING_POLICY_SLUG: test-signing - CONFIGURATION: Release - SIGNING_POLICY_SLUG: release-signing + #SIGNING_POLICY_SLUG: release-signing + SIGNING_POLICY_SLUG: test-signing before_build: - nuget restore WelsonJS.Toolkit @@ -22,7 +23,7 @@ build_script: after_build: - cmd: mkdir artifacts -# - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\* artifacts\ + #- 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: 7z a artifacts.zip artifacts\*