8000
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 47b49ef commit f5a513aCopy full SHA for f5a513a
pack.sh
@@ -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
+VERSION=$(git tag --sort=committerdate | tail -1)
+dotnet build /p:version=$VERSION -c Release Enyim.Caching
3
+dotnet pack -c Release /p:version=$VERSION Enyim.Caching
4
0 commit comments