Execute build.sh from current directory.
This commit is contained in:
parent
8f1f4aff39
commit
043d7da625
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import jobs.generation.InternalUtilities;
|
|||
|
||||
def project = 'dotnet/cli'
|
||||
// Define build strings
|
||||
def debugBuildString = '''build.sh'''
|
||||
def debugBuildString = '''./build.sh'''
|
||||
|
||||
// Generate the builds for debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue