Commit 14274e1 1 parent 632f8da commit 14274e1 Copy full SHA for 14274e1
File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,27 @@ test_script:
39
39
40
40
artifacts :
41
41
- path : ' **\*.nupkg'
42
+ name : nuget-packages
43
+ type : NuGetPackage
44
+ - path : ' **\*.snupkg'
45
+ name : nuget-symbols
46
+ type : NuGetPackage
42
47
43
48
deploy :
49
+
50
+ # NOTE: MyGet doesn't support snupkg's so we have to manually specify the nuget to send
44
51
- provider : NuGet
45
52
server : https://www.myget.org/F/pk-development/api/v2/package
46
53
api_key :
47
54
secure : 36bcjhroAjclbHs7e7oh6Hsv4lokADI6xaQcCYZmux2Sdu/IIoktFc9ORK3DTdKo
48
55
skip_symbols : true
49
- artifact : /.*\.nupkg/
56
+ artifact : nuget-packages
50
57
on :
51
58
appveyor_repo_tag : false
52
59
- provider : NuGet
53
60
api_key :
54
61
secure : jfcUvHZhgnUboplqTBDWr8mG5PIlrgBv5TA2fhhop4ZSiDxskyy+RtYyeHoduJFR
55
62
skip_symbols : true
56
- artifact : /.*\.nupkg/
57
63
on :
58
64
branch : master
59
65
appveyor_repo_tag : true
60
-
61
- cache :
62
- - packages -> **\packages.config
You can’t perform that action at this time.
0 commit comments