Commit b6ac540 1 parent 14d1f1f commit b6ac540 Copy full SHA for b6ac540
File tree 1 file changed +19
-11
lines changed
1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2017
2
2
version : 0.2.2.{build}
3
3
4
- branches :
5
- only :
6
- - master
7
-
8
4
dotnet_csproj :
9
5
patch : true
10
6
file : ' JustAnotherVoiceChat.Server.Wrapper\*.csproj'
@@ -57,11 +53,23 @@ on_finish:
57
53
}
58
54
59
55
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
67
64
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
You can’t perform that action at this time.
0 commit comments