Skip to content

Commit

Permalink
Fixed build script that resulted in non-uptodate package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
b0wter committed Sep 23, 2022
1 parent b882bd5 commit a703980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/create_nuget
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ sed -i "s|%COMMIT%|$GIT_COMMIT|g" b0wter.couchdb.nuspec
sed -i 's|%RELEASE_NOTES%|'"$GIT_MESSAGE"'|g' b0wter.couchdb.nuspec

echo "Packing release."
dotnet pack -c "Release" --no-build
dotnet pack -c "Release"

0 comments on commit a703980

Please sign in to comment.