Skip to content

Commit

Permalink
Add create-nuget-release.sh
Browse files Browse the repository at this point in the history
If someone does not use Windows machines
  • Loading branch information
mcraiha committed Jan 9, 2021
1 parent a12a618 commit 9027353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-nuget-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DATE=`date -Iseconds`
SHORTHASH=`git rev-parse --short HEAD | xargs`
echo "dotnet pack --configuration Release --include-source --include-symbols /p:InformationalVersion=\"Build time: $DATE Short hash: $SHORTHASH\""

0 comments on commit 9027353

Please sign in to comment.