We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87ab9a commit e2e3c2fCopy full SHA for e2e3c2f
appveyor.yml
@@ -1,6 +1,6 @@
1
version: '1.0.0.{build}'
2
environment:
3
- TARGET_BRANCH: temp
+ TARGET_BRANCH: master
4
PUSH_USER: Extended Xml Serializer AppVeyor Automation
5
PUSH_EMAIL: ExtendedXmlSerializer@users.noreply.github.com
6
PUSH_TOKEN:
@@ -32,7 +32,7 @@ on_success:
32
git config user.name $env:PUSH_USER
33
git config core.safecrlf false
34
git add -A 2>&1
35
- git commit -m "AppVeyor WebSite Deployment v$($env:APPVEYOR_BUILD_VERSION)" -q
+ git commit -m "ExtendedXmlSerializer Website Deployment v$($env:APPVEYOR_BUILD_VERSION) via AppVeyor" -q
36
git push origin $env:TARGET_BRANCH -q
37
38
nuget:
0 commit comments