Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit f4aaf02

Browse files
authored
update nuget api key
1 parent 57f7fb3 commit f4aaf02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ artifacts:
7979
deploy:
8080
- provider: NuGet
8181
api_key:
82-
secure: rSx36T78ZXIqD2Tk/DatbUP05MiHgxTWjOIGquhzWeTJX0VEB4Mn2TZyi0zMtGIL
82+
secure: pIYB18F1Lfq/UWtYjWH1CaKuuLc2dLHxeRwH5xO3BZsv4pMce5ETtqglUWa96TWp
8383
skip_symbols: true
8484
artifact: Nuget
8585
on:
@@ -110,7 +110,7 @@ deploy:
110110
branch: release
111111
- provider: NuGet
112112
api_key:
113-
secure: rSx36T78ZXIqD2Tk/DatbUP05MiHgxTWjOIGquhzWeTJX0VEB4Mn2TZyi0zMtGIL
113+
secure: pIYB18F1Lfq/UWtYjWH1CaKuuLc2dLHxeRwH5xO3BZsv4pMce5ETtqglUWa96TWp
114114
skip_symbols: true
115115
artifact: NugetCandidate
116116
on:
@@ -157,4 +157,4 @@ on_success:
157157
& .\build.bat dogfood-release
158158
}
159159
on_finish:
160-
- ps: #$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
160+
- ps: #$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)