File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ artifacts:
31
31
- path : ' Artifacts\NuGet\*.nupkg' # find all NuGet packages recursively
32
32
environment :
33
33
api_key :
34
- secure : q710an2WFRwLh6rZQ/I9nKlNt/3d5kYkdUoA5Y1a/hZLr3DGZliSayP+ejF6bj30
34
+ secure : Onn5DCtRxwNADYG8i4snNuUOE5qhUsUSv5unaY5SMLv4l2FbRnIUlbdVw02s39Xk
35
35
deploy :
36
36
- provider : NuGet
37
37
api_key :
38
- secure : q710an2WFRwLh6rZQ/I9nKlNt/3d5kYkdUoA5Y1a/hZLr3DGZliSayP+ejF6bj30
38
+ secure : Onn5DCtRxwNADYG8i4snNuUOE5qhUsUSv5unaY5SMLv4l2FbRnIUlbdVw02s39Xk
39
39
skip_symbols : false
40
40
on :
41
41
branch : master
42
42
deploy_script :
43
43
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
44
- - ps : ($artifacts.values | Where-Object {($_.path -like '*.nupkg') -and !($_.path -like '*.symbols.nupkg')}) | foreach-object {nuget.exe push $_.path -Source https://www.nuget.org/api/v2/package -ApiKey $env:api_key}
44
+ - ps : ($artifacts.values | Where-Object {($_.path -like '*.nupkg') -and !($_.path -like '*.symbols.nupkg')}) | foreach-object {nuget.exe push $_.path -Source https://www.nuget.org/api/v2/package -ApiKey $env:api_key}
You can’t perform that action at this time.
0 commit comments