Skip to content

Commit e2e3c2f

Browse files
committed
Updating branch to master.
1 parent d87ab9a commit e2e3c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '1.0.0.{build}'
22
environment:
3-
TARGET_BRANCH: temp
3+
TARGET_BRANCH: master
44
PUSH_USER: Extended Xml Serializer AppVeyor Automation
55
PUSH_EMAIL: ExtendedXmlSerializer@users.noreply.github.com
66
PUSH_TOKEN:
@@ -32,7 +32,7 @@ on_success:
3232
git config user.name $env:PUSH_USER
3333
git config core.safecrlf false
3434
git add -A 2>&1
35-
git commit -m "AppVeyor WebSite Deployment v$($env:APPVEYOR_BUILD_VERSION)" -q
35+
git commit -m "ExtendedXmlSerializer Website Deployment v$($env:APPVEYOR_BUILD_VERSION) via AppVeyor" -q
3636
git push origin $env:TARGET_BRANCH -q
3737
3838
nuget:

0 commit comments

Comments
 (0)