Skip to content

Commit f8a1e56

Browse files
committed
feat(ci): add unstable build
1 parent 5e442a5 commit f8a1e56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ branches:
66
only:
77
- master
88
- develop
9+
- unstable
910
nuget:
1011
disable_publish_on_pr: true
1112
build_script:
@@ -23,6 +24,13 @@ deploy:
2324
skip_symbols: true
2425
on:
2526
branch: develop
27+
- provider: NuGet
28+
server: https://www.myget.org/F/jadnc/api/v2/package
29+
api_key:
30+
secure: 6CeYcZ4Ze+57gxfeuHzqP6ldbUkPtF6pfpVM1Gw/K2jExFrAz763gNAQ++tiacq3
31+
skip_symbols: true
32+
on:
33+
branch: unstable
2634
- provider: NuGet
2735
name: production
2836
api_key:

0 commit comments

Comments
 (0)