parent
a71b228c70
commit
15d663f68d
|
@ -11,5 +11,5 @@ shift
|
|||
if [ -z "$NUGET_PACKAGES" ]; then export NUGET_PACKAGES="$HOME/.nuget/packages"; fi
|
||||
printf "running 'dotnet %s' in %s configuration, extra args: %s\n" "$cmd" "$config" "$*"
|
||||
version=$(grep -Po "MainVersion = \"\K(.*)(?=\")" src/BizHawk.Common/VersionInfo.cs)
|
||||
git_hash="$(git rev-parse --verify HEAD || printf "0000000000000000000000000000000000000000")"
|
||||
git_hash="$(git rev-parse --verify HEAD 2>/dev/null || printf "0000000000000000000000000000000000000000")"
|
||||
dotnet "$cmd" BizHawk.sln -c "$config" -m -clp:NoSummary -p:Version="$version" -p:SourceRevisionId="$git_hash" "$@"
|
||||
|
|
Loading…
Reference in New Issue