mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-12 01:44:58 +00:00
41 lines
1.6 KiB
YAML
41 lines
1.6 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"
|
|
- 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\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\WelsonJS.Service\bin\x86\Release\libyara.NET.dll
|
|
name: libyara.NET.x86
|
|
|
|
notifications:
|
|
- provider: Email
|
|
to:
|
|
- abuse@catswords.net
|
|
subject: 'Build #{build} {status}'
|
|
on_build_success: false
|
|
on_build_failure: true |