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

Commit 8606c8e

Browse files
author
Jérémie Bertrand
committed
Fix zip
1 parent 786ec83 commit 8606c8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ after_build:
3535
- SemanticReleaseNotesParser.exe -g Categories
3636
# build chocolatey package
3737
- 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
38-
- nuget pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec -Version %GitVersion_NuGetVersion% -NoPackageAnalysis -NonInteractive
38+
- nuget pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec -Version %GitVersion_NuGetVersion% -NoPackageAnalysis -NonInteractive -OutputDirectory %appveyor_build_folder%\PackagingAssets\chocolatey\
3939
# build nuget package -> made in SemanticReleaseNotesParser.Core.csproj
4040
# zip for github package
41-
- 7z a SemanticReleaseNotesParser.$(GitVersion_NuGetVersion).zip $(appveyor_build_folder)\SemanticReleaseNotesParser.exe
42-
- 7z a SemanticReleaseNotesParser.$(env:GitVersion_NuGetVersion).zip ReleaseNotes.html
41+
- 7z a SemanticReleaseNotesParser.%GitVersion_NuGetVersion%.zip %appveyor_build_folder%\SemanticReleaseNotesParser.exe
42+
- 7z a SemanticReleaseNotesParser.%GitVersion_NuGetVersion%.zip ReleaseNotes.html
4343

4444
test_script:
4545
- OpenCover.Console.exe -register:user -filter:"+[SemanticReleaseNotesParser.Core]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -target:"xunit.console.clr4.exe" -targetargs:"""SemanticReleaseNotesParser.Core.Tests\bin\Release\SemanticReleaseNotesParser.Core.Tests.dll"" /noshadow /appveyor" -output:coverage.xml -returntargetcode

0 commit comments

Comments
 (0)