Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit f7ce410

Browse files
author
Jérémie Bertrand
committed
Fix release notes generation
1 parent 3759cc2 commit f7ce410

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ after_build:
3232
- inspectcode /o="inspectcodereport.xml" "SemanticReleaseNotesParser.sln"
3333
#- NVika buildserver "inspectcodereport.xml" --debug --includesource
3434
- ilrepack /internalize /parallel /wildcards /out:SemanticReleaseNotesParser.exe SemanticReleaseNotesParser/bin/Release/SemanticReleaseNotesParser.exe SemanticReleaseNotesParser/bin/Release/*.dll
35-
- SemanticReleaseNotesParser.exe -g Categories -t FileAndEnvironment --debug
35+
- SemanticReleaseNotesParser.exe -g Categories -t File --debug
36+
- SemanticReleaseNotesParser.exe -g Categories -t Environment -f Markdown --debug
3637
# build chocolatey package
3738
- ps: (gc PackagingAssets\chocolatey\tools\chocolateyInstall.ps1).replace('{{version}}', $env:GitVersion_NuGetVersion).replace('{{tag}}',$env:appveyor_repo_tag_name)|sc PackagingAssets\chocolatey\tools\chocolateyInstall.ps1
3839
- nuget pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec -Version %GitVersion_NuGetVersion% -NoPackageAnalysis -NonInteractive -OutputDirectory %appveyor_build_folder%\PackagingAssets\chocolatey\

0 commit comments

Comments
 (0)