Skip to content

Commit efde096

Browse files
authored
Merge pull request #31 from IlyaFinkelshteyn/patch-3
Fix branches-specific command execution
2 parents 0dea1db + 6ed236e commit efde096

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
version: '{build}'
22
pull_requests:
33
do_not_increment_build_number: true
4-
branches:
5-
only:
6-
- master
7-
- develop
84
environment:
95
NugetAPIKey:
106
secure: zvkaZiaBXVko+3ZzuSb7W6DTUJmHX98XgEhKs28SnGD+4TM3gzhPxVnNWSmBhXEx
@@ -37,4 +33,7 @@ for:
3733
- master
3834
build_script:
3935
- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER"
40-
36+
-
37+
branches:
38+
only:
39+
- develop

0 commit comments

Comments
 (0)