Skip to content

Commit

Permalink
rolled back a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Aug 3, 2017
1 parent afc9dd0 commit e75a58b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
@@ -1,7 +1,7 @@
# configuration for "master" branch
-
image: Visual Studio 2017
configuration: Release
image: Visual Studio 2017
branches:
only:
- master
Expand All @@ -22,10 +22,13 @@
test: off

# configuration for "develop" branch
-
configuration: Development
image: Visual Studio 2017
branches:
except:
- master

version: 1.0.{build}
environment:
NUGET_SOURCE: https://www.myget.org/F/akavache/api/v2/package
Expand All @@ -41,4 +44,5 @@
# "fall back" configuration for all other branches
# no "branches" section defined
# do not deploy at all
-
-
configuration: Development

0 comments on commit e75a58b

Please sign in to comment.