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 1c2b7c2 commit 0f8cfb8Copy full SHA for 0f8cfb8
appveyor.yml
@@ -0,0 +1,30 @@
1
+environment:
2
+ VisualStudioVersion: 12.0
3
+
4
+version: 53.0.0-CI{build}
5
6
+shallow_clone: true
7
8
+# Start builds on tags only (GitHub and BitBucket)
9
+skip_non_tags: true
10
11
+# to run your custom scripts instead of automatic MSBuild
12
+build_script:
13
+ - ps: .\build.ps1
14
15
+# Disable tests
16
+test: off
17
18
+artifacts:
19
+ - path: NuGet\*.nupkg
20
+ name: nupkgfiles
21
22
+# Publish to myget.org feed
23
+deploy:
24
+ provider: NuGet
25
+ server: https://www.myget.org/F/cefsharp/api/v2/package
26
+ api_key:
27
+ secure: uftPtLACVpFbbbFBeFK6XD5fGkv33c+Xa3PWkyWgrod6FNl4AYGOtxScn+gsuuxD
28
+ skip_symbols: false
29
+ symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
30
+ artifact: nupkgfiles
0 commit comments