File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 3
3
# ---------------------------------#
4
4
5
5
# version format
6
- version : 0.1.1.{build}
7
-
8
- # Do not build on tags (GitHub and BitBucket)
9
- skip_tags : true
6
+ version : 0.2.0.{build}
10
7
11
8
# ---------------------------------#
12
9
# environment configuration #
13
10
# ---------------------------------#
14
11
12
+ nuget :
13
+ disable_publish_on_pr : true
14
+
15
15
# Build worker image (VM template)
16
16
image :
17
17
- Visual Studio 2019
@@ -26,4 +26,16 @@ build_script:
26
26
# artifacts #
27
27
# ---------------------------------#
28
28
artifacts :
29
- - path : .\GitExtensions.Extensibility.*.nupkg
29
+ - path : .\GitExtensions.Extensibility.*.nupkg
30
+ name : NuGet
31
+
32
+ deploy :
33
+ - provider : NuGet
34
+ name : production
35
+ artifact : /GitExtensions.Extensibility.*\.nupkg/
36
+ api_key :
37
+ secure : DvVb/qMGNgD0/vGhMyz4V8o/m98loHN/tr+bKGGxaizrn54gKoRyHOwsYTShtmX6
38
+ skip_symbols : false
39
+ on :
40
+ branch : master
41
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments