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 @@ -9,13 +9,13 @@ version: 1.3.0.{build}
9
9
environment :
10
10
version_suffix : ' '
11
11
12
- # Do not build on tags (GitHub and BitBucket)
13
- skip_tags : true
14
-
15
12
# ---------------------------------#
16
13
# environment configuration #
17
14
# ---------------------------------#
18
15
16
+ nuget :
17
+ disable_publish_on_pr : true
18
+
19
19
# Build worker image (VM template)
20
20
image : Visual Studio 2019
21
21
@@ -35,7 +35,7 @@ dotnet_csproj:
35
35
36
36
# scripts to run before build
37
37
before_build :
38
- - ps : nuget restore .\GitExtensions.GerritPlugin.sln
38
+ - ps : nuget restore .\GitExtensions.GerritPlugin.sln -Verbosity quiet
39
39
40
40
# build configuration
41
41
configuration : Release
@@ -45,10 +45,22 @@ build:
45
45
parallel : true
46
46
# MSBuild verbosity level
47
47
verbosity : quiet
48
-
48
+
49
49
# ---------------------------------#
50
50
# artifacts configuration #
51
51
# ---------------------------------#
52
52
53
53
artifacts :
54
54
- path : ' **\GitExtensions.GerritPlugin.*.nupkg'
55
+ name : NuGet
56
+
57
+ deploy :
58
+ - provider : NuGet
59
+ name : production
60
+ artifact : /GitExtensions.GerritPlugin.*\.nupkg/
61
+ api_key :
62
+ secure : qunoLd86DxlOU3P9yfT1CZSHQRV+e2oGIFfcRy+MnxiVYwnjFFkkEKWBtGGMrcBi
63
+ skip_symbols : false
64
+ on :
65
+ branch : master
66
+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments