Skip to content

Commit fdab3aa

Browse files
committed
update buildbot
1 parent b6c9e77 commit fdab3aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Task Document -depends Build {
109109
git config --global credential.helper store
110110
Add-Content "$HOME\.git-credentials" "https://$($env:github_access_token):[email protected]`n"
111111
git config --global user.email $env:github_email
112-
git config --global user.name "buildbot121"
112+
git config --global user.name "buildbot171"
113113
git add . -A
114114
git commit -m "API documentation update by build server"
115115
git push origin master

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test: on
4040
skip_tags: true
4141

4242
skip_commits:
43-
author: buildbot121
43+
author: buildbot171
4444
files:
4545
- docs/*
4646
- README.md
@@ -58,7 +58,7 @@ artifacts:
5858

5959
environment:
6060
github_access_token:
61-
secure: BGdKiI7FwHGkFt+/OmgZDkE1hzLqLrTxcc9c+joVqGyO4LvesHb1sR6hzisVwVPm
61+
secure: mZLeq0GTB9kb5b6+HnVpJB6hhiYMJIQ2+Zf/DwZ/LEIyxJaYB1nx36aGHXE9q1cN
6262
github_email:
6363
secure: wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
6464
nuget_access_token:

0 commit comments

Comments
 (0)