Skip to content

Commit

Permalink
Adding AppVeyor build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Aug 16, 2017
1 parent bebcfa2 commit ae57b3a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '{build}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
- dev
- v2.x
clone_folder: c:\azure-webjobs-sdk-extensions
environment:
BUILD_NUMBER: '%APPVEYOR_BUILD_NUMBER%'
IncludeBuildNumberInVersion: 1
build_script:
- cmd: msbuild "WebJobs.Extensions.proj" /target:EnableSkipStrongNames;TestBuild /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:Buildnumber=%APPVEYOR_BUILD_NUMBER%;Configuration=Release
artifacts:
- path: bin\Packages\*.*
name: Packages

0 comments on commit ae57b3a

Please sign in to comment.