Update .appveyor.yml

This commit is contained in:
Namhyeon Go 2024-08-13 17:59:18 +09:00
parent 832bb12829
commit 9c77777577

View File

@ -16,19 +16,18 @@ build_script:
- msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION% /p:Platform="x86"
- msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION% /p:Platform="x64"
after_build:
- cmd: 7z a WelsonJS.Toolkit.x86.zip WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\*
- cmd: 7z a WelsonJS.Toolkit.x64.zip WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x64\%CONFIGURATION%\*
- cmd: 7z a WelsonJS.Service.x86.zip WelsonJS.Service\WelsonJS.Service\bin\x86\%CONFIGURATION%\*
artifacts:
- path: WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\Debug\WelsonJS.Toolkit.dll
name: WelsonJS.Toolkit.Debug.x86
- path: WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x64\Debug\WelsonJS.Toolkit.dll
name: WelsonJS.Toolkit.Debug.x64
- path: WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\Release\WelsonJS.Toolkit.dll
name: WelsonJS.Toolkit.x86
- path: WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x64\Release\WelsonJS.Toolkit.dll
name: WelsonJS.Toolkit.x64
- path: WelsonJS.Toolkit\WelsonJS.Service\bin\x86\Debug\WelsonJS.Service.exe
name: WelsonJS.Service.Debug.x86
- path: WelsonJS.Toolkit\WelsonJS.Service\bin\x86\Release\WelsonJS.Service.exe
name: WelsonJS.Service.x86
- path: WelsonJS.Toolkit.x86.zip
- name: WelsonJS.Toolkit.x86
- path: WelsonJS.Toolkit.x64.zip
- name: WelsonJS.Toolkit.x64
- path: WelsonJS.Service.x86.zip
- name: WelsonJS.Service.x86
notifications:
- provider: Email