Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpann committed Jun 13, 2019
2 parents ce6d760 + 7c1f0af commit 86d91ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,5 @@ ASALocalRun/

NerdBotCore/NerdBotHost/logs/
log-*.txt

packages/
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ branches:
init:
- git config --global core.autocrlf input

install:
- nuget install GitReleaseNotes.Portable -OutputDirectory %APPVEYOR_BUILD_FOLDER%\packages -Version 0.7.1

configuration:
- Release

Expand Down Expand Up @@ -54,9 +57,15 @@ artifacts:
test_script:
- dotnet test --test-adapter-path:. --logger:Appveyor C:\projects\nerdbot-core\NerdBotCore\NerdBotCore.sln

before_deploy:
- ps: cd ${env:APPVEYOR_BUILD_FOLDER};
- ps: .\packages\GitReleaseNotes.Portable.0.7.1\tools\GitReleaseNotes.exe . /OutputFile ReleaseNotes.md;
- ps: ${env:release_description} = ( Get-Content -LiteralPath ReleaseNotes.md -Encoding UTF8 ) -join "`n";
- ps: ${env:release_description} = ${env:release_description} + ".";

deploy:
release: NerdBot-$(APPVEYOR_BUILD_VERSION)
description: NerdBot build $(APPVEYOR_BUILD_VERSION).
description: NerdBot build $(APPVEYOR_BUILD_VERSION).\n$(release_description)
provider: GitHub
auth_token:
secure: EXRr3SxM7c0kVhOc5HAyMr4gUaCJA11QE/RbTNrqYil9WXKDqoQoigCfdD6ZjhDX # encrypted token from GitHub
Expand Down

0 comments on commit 86d91ac

Please sign in to comment.