Skip to content

Commit f5a513a

Browse files
committed
Fix packing issue
1 parent 47b49ef commit f5a513a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pack.sh

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

0 commit comments

Comments
 (0)