Skip to content

Commit

Permalink
[revent] appv CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroniak committed Jul 17, 2017
1 parent ceed330 commit f3a4e8a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 1.0.0-{branch}-{build}

image: Visual Studio 2017
image: Visual Studio 2017

configuration: Release
init:
- dotnet --version

pull_requests:
do_not_increment_build_number: true

build_script:
- cmd: msbuild /t:restore Flurl.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" && msbuild /t:pack Flurl.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmd: call cmd /C "cd .\build & build.cmd"

test_script:
- cmd: call cmd /C "cd .\build & test.cmd"
Expand Down

0 comments on commit f3a4e8a

Please sign in to comment.