mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
version: 0.2.7.build{build}
|
|
|
|
image: Visual Studio 2019
|
|
|
|
clone_folder: C:\projects\welsonjs
|
|
|
|
environment:
|
|
matrix:
|
|
- CONFIGURATION: Debug
|
|
- CONFIGURATION: Release
|
|
|
|
before_build:
|
|
- nuget restore WelsonJS.Toolkit
|
|
|
|
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"
|
|
|
|
after_build:
|
|
- cmd: 7z a WelsonJS.Toolkit.zip WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\*
|
|
- cmd: 7z a WelsonJS.Service.zip WelsonJS.Toolkit\WelsonJS.Service\bin\x86\%CONFIGURATION%\*
|
|
- cmd: 7z a WelsonJS.Launcher.zip WelsonJS.Toolkit\WelsonJS.Launcher\bin\x86\%CONFIGURATION%\*
|
|
|
|
artifacts:
|
|
- path: WelsonJS.Toolkit.zip
|
|
name: WelsonJS.Toolkit
|
|
- path: WelsonJS.Service.zip
|
|
name: WelsonJS.Service
|
|
- path: WelsonJS.Launcher.zip
|
|
name: WelsonJS.Launcher
|
|
|
|
#deploy:
|
|
#- provider: Webhook
|
|
# url: https://app.signpath.io/API/v1/8ee5ec82-36dc-4619-ac33-5bc1117428fe/Integrations/AppVeyor?ProjectSlug=welsonjs&SigningPolicySlug=test-signing&ArtifactConfigurationSlug=initial
|
|
# authorization:
|
|
# secure: J+HUDlRBV4k0bbFi1g/k6rS6ePnA4PplZ3mbexE3+eLB85s20n3ClBDyQMkCurHHAkAV1j6liF0xE/wAyTn0bg==
|
|
|
|
notifications:
|
|
- provider: Email
|
|
to:
|
|
- abuse@catswords.net
|
|
subject: 'Build #{{build}} {{status}}'
|
|
on_build_success: false
|
|
on_build_failure: true
|