File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
1111 }
1212environment :
13- CODECOV_TOKEN : 89a901eb-b4fe-4e3d-af45-e3bbfb108776
13+ CODECOV_TOKEN :
14+ secure : S3MfzYxzFnB3SM9ov23jr5+G7bhP//Pq2EgCN4CR+gZk4pKylFCS+sDh53V36wPs
1415before_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
4246deploy :
4347- provider : GitHub
4448 description : $(CHANGELOG_TEXT)
You can’t perform that action at this time.
0 commit comments