Skip to content

Commit

Permalink
[skip ci] update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfigCat authored Apr 14, 2020
1 parent 5c147b2 commit 9699e7a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 5.0.{build}
branches:
only:
- master
image: Visual Studio 2017
image: Visual Studio 2019
configuration: Release
platform: Any CPU
dotnet_csproj:
Expand Down Expand Up @@ -31,9 +28,11 @@ after_test:
artifacts:
- path: artifacts\ConfigCat.Client.*.nupkg
name: NuGet
on:
branch: master
notifications:
- provider: Email
to:
- [email protected]
on_build_success: false
on_build_failure: true
on_build_failure: false

0 comments on commit 9699e7a

Please sign in to comment.