We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632f022 commit 7a861b2Copy full SHA for 7a861b2
.travis.yml
@@ -10,6 +10,6 @@ dotnet: 1.0.0-preview2-1-003177
10
branches:
11
only:
12
- master
13
- - staging
+ - develop
14
script:
15
- ./build.sh
appveyor.yml
@@ -4,7 +4,7 @@ pull_requests:
4
5
6
7
8
nuget:
9
disable_publish_on_pr: true
build_script:
@@ -20,7 +20,7 @@ deploy:
20
secure: 6CeYcZ4Ze+57gxfeuHzqP6ldbUkPtF6pfpVM1Gw/K2jExFrAz763gNAQ++tiacq3
21
skip_symbols: true
22
on:
23
- branch: staging
+ branch: develop
24
- provider: NuGet
25
name: production
26
api_key:
0 commit comments