Skip to content

Commit

Permalink
chg - Push a fix for release config
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 15, 2024
1 parent e560995 commit 108b218
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 108b218

Please sign in to comment.