Skip to content

Commit

Permalink
chg - Add back releaseconf
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 13, 2024
1 parent 68914ad commit 7544dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ checkerror() {
}

# This script pushes. Use when you have dotnet installed.
releaseconf=$1
if [ -z $releaseconf ]; then
releaseconf=Release
fi
dotnetpath=`which dotnet`
checkerror $? "dotnet is not found"

Expand Down

0 comments on commit 7544dbf

Please sign in to comment.