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

Commit 786ec83

Browse files
author
Jérémie Bertrand
committed
Try with %
1 parent 1b91de7 commit 786ec83

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}}', $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
3939
# build nuget package -> made in SemanticReleaseNotesParser.Core.csproj
4040
# zip for github package
4141
- 7z a SemanticReleaseNotesParser.$(GitVersion_NuGetVersion).zip $(appveyor_build_folder)\SemanticReleaseNotesParser.exe

0 commit comments

Comments
 (0)