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 5e442a5 commit f8a1e56Copy full SHA for f8a1e56
appveyor.yml
@@ -6,6 +6,7 @@ branches:
6
only:
7
- master
8
- develop
9
+ - unstable
10
nuget:
11
disable_publish_on_pr: true
12
build_script:
@@ -23,6 +24,13 @@ deploy:
23
24
skip_symbols: true
25
on:
26
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
34
- provider: NuGet
35
name: production
36
api_key:
0 commit comments