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

Commit 7ba3f65

Browse files
author
Jérémie Bertrand
committed
Or this one
1 parent 64b153c commit 7ba3f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ after_build:
3535
- SemanticReleaseNotesParser.exe -g Categories
3636
# build chocolatey package
3737
- ps: (gc PackagingAssets\chocolatey\tools\chocolateyInstall.ps1).replace('{{version}}',$version).replace('{{tag}}',$tag)|sc PackagingAssets\chocolatey\tools\chocolateyInstall.ps1
38-
- choco pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec --version=$env:GitVersion_NuGetVersion
38+
- choco pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec -Version=$env:GitVersion_NuGetVersion
3939
# build nuget package -> made in SemanticReleaseNotesParser.Core.csproj
4040
# zip for github package
4141
- 7z a SemanticReleaseNotesParser.$version.zip $env:appveyor_build_folder\SemanticReleaseNotesParser.exe

0 commit comments

Comments
 (0)