create_release script now compatible with mono 5
This commit is contained in:
parent
02a8e037ba
commit
492bb3ec2d
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ sqlite_bin_name = "Mono.Data.Sqlite.dll"
|
||||||
json_bin_name = "Newtonsoft.Json.dll"
|
json_bin_name = "Newtonsoft.Json.dll"
|
||||||
http_bin_name = "HttpServer.dll"
|
http_bin_name = "HttpServer.dll"
|
||||||
tshock_bin_name = "TShockAPI.dll"
|
tshock_bin_name = "TShockAPI.dll"
|
||||||
tshock_symbols = "TShockAPI.dll.mdb"
|
tshock_symbols = "TShockAPI.pdb"
|
||||||
bcrypt_bin_name = "BCrypt.Net.dll"
|
bcrypt_bin_name = "BCrypt.Net.dll"
|
||||||
geoip_db_name = "GeoIP.dat"
|
geoip_db_name = "GeoIP.dat"
|
||||||
|
|
||||||
|
|
@ -140,6 +140,7 @@ def upload_artifacts():
|
||||||
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(['nuget', 'restore'])
|
||||||
subprocess.check_call(['nuget', 'restore', 'TerrariaServerAPI/'])
|
subprocess.check_call(['nuget', 'restore', 'TerrariaServerAPI/'])
|
||||||
|
|
||||||
def run_bootstrapper():
|
def run_bootstrapper():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue