We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15735d commit d46129fCopy full SHA for d46129f
appveyor.yml
@@ -49,11 +49,21 @@ build_script:
49
50
artifacts:
51
- path: '%BUILD_PATH%\lib'
52
+ name: CppSharp-$(VS_VERSION)-master-$(APPVEYOR_BUILD_NUMBER)
53
type: zip
54
55
#---------------------------------#
56
# deployment configuration #
57
58
-deploy: off
59
-
+deploy:
60
+ release: 'CppSharp'
61
+ description: "Latest successful CI builds of branch 'master'"
62
+ provider: GitHub
63
+ auth_token:
64
+ secure: tSYxyXeLtE0f6ZsXsGaHZEAw5Nj4TcgN/rx8uCfPnRjcE55OLAVn/8WXEiovNXLt
65
+ artifact: CppSharp-$(VS_VERSION)-master-$(APPVEYOR_BUILD_NUMBER).zip
66
+ draft: true
67
+ prerelease: true
68
+ on:
69
+ branch: master
0 commit comments