We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2d066 commit 47b49efCopy full SHA for 47b49ef
pack.sh
@@ -1 +1,3 @@
1
-dotnet pack -c Release /p:version=$(git tag | sort -hr | head -1) Enyim.Caching
+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