Skip to content

Commit 47b49ef

Browse files
committed
Tweak pack.sh
1 parent ed2d066 commit 47b49ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pack.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
dotnet pack -c Release /p:version=$(git tag | sort -hr | head -1) Enyim.Caching
1+
dotnet build -c Release Enyim.Caching
2+
dotnet pack -c Release /p:version=$(git tag --sort=committerdate | tail -1 ) Enyim.Caching
3+

0 commit comments

Comments
 (0)