Remove nuget folders first
This commit is contained in:
parent
967c24211f
commit
825c3bc322
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ def delete_files():
|
||||||
def update_terraria_source():
|
def update_terraria_source():
|
||||||
subprocess.check_call(['/usr/bin/git', 'submodule', 'init'])
|
subprocess.check_call(['/usr/bin/git', 'submodule', 'init'])
|
||||||
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
|
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
|
||||||
|
subprocess.check_call(['/usr/bin/rm', '-rf', '/tmp/NuGet/'])
|
||||||
|
subprocess.check_call(['/usr/bin/rm', '-rf', '/tmp/NuGetScratch'])
|
||||||
subprocess.check_call(['/usr/bin/mono', '/opt/nuget/nuget.exe', 'restore'])
|
subprocess.check_call(['/usr/bin/mono', '/opt/nuget/nuget.exe', 'restore'])
|
||||||
|
|
||||||
def build_software():
|
def build_software():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue