Update .appveyor.yml

This commit is contained in:
Namhyeon Go 2024-08-06 20:27:40 +09:00
parent 2bd104fc2f
commit 3e86686613

View File

@ -14,11 +14,17 @@ 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="x64"
artifacts:
- path: WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION\WelsonJS.Toolkit.dll
- 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\%CONFIGURATION\WelsonJS.Toolkit.dll
- path: WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x64\Release\WelsonJS.Toolkit.dll
name: WelsonJS.Toolkit.x64
- path: WelsonJS.Toolkit\WelsonJS.Service\bin\x86\%CONFIGURATION\WelsonJS.Service.exe
- path: WelsonJS.Toolkit\WelsonJS.Service\bin\x86\Debug\WelsonJS.Service.exe
name: WelsonJS.Service.Debug
- path: WelsonJS.Toolkit\WelsonJS.Service\bin\x86\Release\WelsonJS.Service.exe
name: WelsonJS.Service
notifications: