Skip to content

Commit cd9972c

Browse files
committed
Fix nuget api key
1 parent 1e746db commit cd9972c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ image: Visual Studio 2017
2424

2525
environment:
2626
smallversion: 1.3
27-
NugetKey:
28-
secure: X4uA9LNtrkPKQlqh1k0kDY8A6a4Ybpx2unP5AABRAHC+LvLzCi7fBCh8hsrmZls8
2927
cache:
3028
- packages -> **\packages.config
3129
assembly_info:
@@ -82,7 +80,7 @@ deploy:
8280
- provider: NuGet
8381
server: #NuGet.org
8482
api_key:
85-
secure: tYPzvkyTyLs55bvneeVzag8tp+r3qjFlRbLcllo4g/g96oMBBxhd+p3wzxZHUvgk
83+
secure: X4uA9LNtrkPKQlqh1k0kDY8A6a4Ybpx2unP5AABRAHC+LvLzCi7fBCh8hsrmZls8
8684
skip_symbols: false
8785
symbol_server: #SymbolSource.org
8886
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)