Skip to content

Commit 81df4d9

Browse files
committed
Add Changelog to AppVeyor Configuration
1 parent 1f5a623 commit 81df4d9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ init:
1010
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
1111
}
1212
environment:
13-
CODECOV_TOKEN: 89a901eb-b4fe-4e3d-af45-e3bbfb108776
13+
CODECOV_TOKEN:
14+
secure: S3MfzYxzFnB3SM9ov23jr5+G7bhP//Pq2EgCN4CR+gZk4pKylFCS+sDh53V36wPs
1415
before_build:
1516
- ps: |-
1617
dotnet --version
@@ -19,6 +20,7 @@ after_build:
1920
- ps: |-
2021
if ($env:APPVEYOR_REPO_TAG -eq "true")
2122
{
23+
echo $PWD
2224
$env:CHANGELOG_PATH = "CHANGELOG.MD"
2325
& npm install -g auto-changelog
2426
& auto-changelog --sort-commits date --hide-credit --template keepachangelog --commit-limit false --starting-version "$env:APPVEYOR_REPO_TAG_NAME" -o $env:CHANGELOG_PATH
@@ -39,6 +41,8 @@ artifacts:
3941
name: Coverage Statistics
4042
- path: Source\Reloaded.Memory\bin\Release\*.nupkg
4143
name: Nuget Release Package
44+
- path: $(CHANGELOG_PATH)
45+
name: Changelog
4246
deploy:
4347
- provider: GitHub
4448
description: $(CHANGELOG_TEXT)

0 commit comments

Comments
 (0)