Skip to content

Commit b6ac540

Browse files
Micky5991dr1zzle
authored and
dr1zzle
committed
Enable GitHub releases and allow global branch testing
1 parent 14d1f1f commit b6ac540

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

appveyor.yml

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
os: Visual Studio 2017
22
version: 0.2.2.{build}
33

4-
branches:
5-
only:
6-
- master
7-
84
dotnet_csproj:
95
patch: true
106
file: 'JustAnotherVoiceChat.Server.Wrapper\*.csproj'
@@ -57,11 +53,23 @@ on_finish:
5753
}
5854
5955
deploy:
60-
provider: NuGet
61-
api_key:
62-
secure: qytdDzKfxkqRRaYiNfw2kI+8GAct937ZEDJjgUKsr5FfXccRE04Hl+r6eaj+Pifj
63-
skip_symbols: true
64-
artifact: /.*\.nupkg/
65-
on:
66-
appveyor_repo_tag: true
56+
- provider: NuGet
57+
api_key:
58+
secure: qytdDzKfxkqRRaYiNfw2kI+8GAct937ZEDJjgUKsr5FfXccRE04Hl+r6eaj+Pifj
59+
skip_symbols: true
60+
artifact: /.*\.nupkg/
61+
on:
62+
branch: master
63+
appveyor_repo_tag: true
6764

65+
- provider: GitHub
66+
auth_token:
67+
secure: b0P+CkQJzqs4JIluFMp+DMpQZ93e9ZzbzibKPOgaSDgzBgwUiIqKXtzSu7JaMQtJ
68+
release: v$(APPVEYOR_REPO_TAG_NAME)
69+
prerelease: true
70+
draft: true
71+
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
72+
artifact: /.*\.nupkg/, JustAnotherVoiceChat-$(appveyor_build_version)-GTMP.zip
73+
on:
74+
branch: master
75+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)