Skip to content

Commit 554d548

Browse files
committed
Update nuget API key for new account
Changed to angularsen account.
1 parent 4481cd4 commit 554d548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ artifacts:
3131
- path: 'Artifacts\NuGet\*.nupkg' # find all NuGet packages recursively
3232
environment:
3333
api_key:
34-
secure: q710an2WFRwLh6rZQ/I9nKlNt/3d5kYkdUoA5Y1a/hZLr3DGZliSayP+ejF6bj30
34+
secure: Onn5DCtRxwNADYG8i4snNuUOE5qhUsUSv5unaY5SMLv4l2FbRnIUlbdVw02s39Xk
3535
deploy:
3636
- provider: NuGet
3737
api_key:
38-
secure: q710an2WFRwLh6rZQ/I9nKlNt/3d5kYkdUoA5Y1a/hZLr3DGZliSayP+ejF6bj30
38+
secure: Onn5DCtRxwNADYG8i4snNuUOE5qhUsUSv5unaY5SMLv4l2FbRnIUlbdVw02s39Xk
3939
skip_symbols: false
4040
on:
4141
branch: master
4242
deploy_script:
4343
- 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}

0 commit comments

Comments
 (0)