Skip to content

Commit

Permalink
Adjusted release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-E-angelo committed Dec 3, 2019
1 parent 7601cc4 commit 47f7567
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions .build/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,17 @@ for:


- # Deploy
skip_tags: false
branches:
only:
- /\d*\.\d*\.\d*/

init:
- ps: |
if (!$env:APPVEYOR_FORCED_BUILD)
{
throw "This configuration should only be called from external workflows."
}
cache:
- '%USERPROFILE%\.ssh\known_hosts'

Expand Down Expand Up @@ -138,9 +144,9 @@ for:
prerelease: $(DEPLOY_RELEASE_IS_PRERELEASE)
auth_token: $(API_GITHUB_TOKEN)
force_update: true
# - provider: NuGet
# name: production
# api_key:
# secure: kExW39+W8VRwk3UMReJiT7h2ySKqC9ZpbSPJ87zFNn8uTSLMsZNMCVn/VMrY+7Q7
- provider: NuGet
name: production
api_key:
secure: kExW39+W8VRwk3UMReJiT7h2ySKqC9ZpbSPJ87zFNn8uTSLMsZNMCVn/VMrY+7Q7
on_success:
- ps: .\.build\Deploy-Documentation.ps1
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
DEPLOY_USER: "ExtendedXmlSerializer's GitHub Action Automation Agent"
DEPLOY_EMAIL: "[email protected]"
DEPLOY_COMMIT_MESSAGE: Adding CHANGELOG.md
DEPLOY_COMMIT_MESSAGE: Generated CHANGELOG.md
DEPLOY_ACCOUNT: ExtendedXmlSerializer
DEPLOY_SLUG: extendedxmlserializer
DEPLOY_BRANCH: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog-dawg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
DEPLOY_USER: "ExtendedXmlSerializer's GitHub Action Automation Agent"
DEPLOY_EMAIL: "[email protected]"
DEPLOY_COMMIT_MESSAGE: Adding CHANGELOG.md
DEPLOY_COMMIT_MESSAGE: Generated CHANGELOG.md

jobs:
generate_and_save:
Expand Down

0 comments on commit 47f7567

Please sign in to comment.