Try to run nuget restore in release script
This commit is contained in:
parent
86e741a3cd
commit
967c24211f
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ def delete_files():
|
|||
def update_terraria_source():
|
||||
subprocess.check_call(['/usr/bin/git', 'submodule', 'init'])
|
||||
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
|
||||
subprocess.check_call(['/usr/bin/mono', '/opt/nuget/nuget.exe', 'restore'])
|
||||
|
||||
def build_software():
|
||||
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue