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

Commit

Permalink
Fix release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémie Bertrand committed Feb 24, 2015
1 parent 3759cc2 commit f7ce410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ after_build:
- inspectcode /o="inspectcodereport.xml" "SemanticReleaseNotesParser.sln"
#- NVika buildserver "inspectcodereport.xml" --debug --includesource
- ilrepack /internalize /parallel /wildcards /out:SemanticReleaseNotesParser.exe SemanticReleaseNotesParser/bin/Release/SemanticReleaseNotesParser.exe SemanticReleaseNotesParser/bin/Release/*.dll
- SemanticReleaseNotesParser.exe -g Categories -t FileAndEnvironment --debug
- SemanticReleaseNotesParser.exe -g Categories -t File --debug
- SemanticReleaseNotesParser.exe -g Categories -t Environment -f Markdown --debug
# build chocolatey package
- 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
- nuget pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec -Version %GitVersion_NuGetVersion% -NoPackageAnalysis -NonInteractive -OutputDirectory %appveyor_build_folder%\PackagingAssets\chocolatey\
Expand Down

0 comments on commit f7ce410

Please sign in to comment.