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

Commit 7868552

Browse files
author
Jérémie Bertrand
committed
Fix nuget pack for SemanticReleaseNotesParser.Core
1 parent 753a6d2 commit 7868552

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
@@ -38,7 +38,7 @@ after_build:
3838
- nuget pack PackagingAssets\chocolatey\SemanticReleaseNotesParser.nuspec -Version %GitVersion_NuGetVersion% -NoPackageAnalysis -NonInteractive -OutputDirectory %appveyor_build_folder%\PackagingAssets\chocolatey\
3939
# build nuget package
4040
- mkdir PackagingAssets\nuget\
41-
- nuget pack SemanticReleaseNotesParser.Core/SemanticReleaseNotesParser.Core.nuspec -Version %GitVersion_NuGetVersion% -OutputDirectory %appveyor_build_folder%\PackagingAssets\nuget\
41+
- nuget pack SemanticReleaseNotesParser.Core\SemanticReleaseNotesParser.Core.csproj -Version %GitVersion_NuGetVersion% -OutputDirectory %appveyor_build_folder%\PackagingAssets\nuget\
4242
# zip for github package
4343
- 7z a SemanticReleaseNotesParser.%GitVersion_NuGetVersion%.zip %appveyor_build_folder%\SemanticReleaseNotesParser.exe
4444
- 7z a SemanticReleaseNotesParser.%GitVersion_NuGetVersion%.zip ReleaseNotes.html

0 commit comments

Comments
 (0)