Skip to content

Commit 4cdcb52

Browse files
committed
updating NuGet's API token in AppVeyor config file
1 parent 0a136cd commit 4cdcb52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
VERSION_UNSTABLE_SUFFIX: 'preview'
2424
APPVEYOR_TOKEN:
2525
secure: LtoVAPATN9iTCl1zkCvEktqP92QSEEngyS3vqG3GphE=
26-
26+
2727
init:
2828
- ps: |
2929
$env:VERSION_SIMPLE = $env:APPVEYOR_BUILD_VERSION.TrimStart("v")
@@ -98,7 +98,7 @@ deploy:
9898
-
9999
provider: NuGet
100100
api_key:
101-
secure: TrtChQUTQ9rD8pffK1A9bjMYyN/8eQUjV+7IKVjS/C37TgXMae46Bzd527bZUVSb
101+
secure: i6oWn60J7ZOM4UuYcvxbuk9OAEp6or+Wq7izyJDPNlcLIhG2UKsxz7G/8erhdY3M
102102
artifact: NuGet_Files
103103
server: # remove to push to NuGet.org
104104
skip_symbols: false
@@ -113,7 +113,7 @@ deploy:
113113
api_key:
114114
secure: 3zmnmVBweTgdk4SBM/rWHdC9JOM9s0pxm1bw1d+WHDo=
115115
artifact: NuGet_Files
116-
116+
117117
after_deploy:
118118
- ps: |
119119
if ($env:APPVEYOR_REPO_TAG -eq "true" -and $env:APPVEYOR_REPO_TAG_NAME) {
@@ -123,7 +123,7 @@ after_deploy:
123123
"Content-type" = "application/json"
124124
}
125125
Invoke-RestMethod -Method Put "$apiUrl/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/settings/build-number" -Body '{"nextBuildNumber": 1 }' -Headers $headers
126-
126+
127127
$env:APPVEYOR_REPO_TAG_NAME = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
128128
if ($env:APPVEYOR_REPO_TAG_NAME -match '^([0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?)$') {
129129
$tag_ver = [version]$env:APPVEYOR_REPO_TAG_NAME

0 commit comments

Comments
 (0)