Publictest (#335)
* Fix compiler errors * Fix Jenkins * Build public test as Release * Fix more things * Oops * Remove obsolete code * Fix GameStatePatchShim
This commit is contained in:
@@ -30,9 +30,6 @@ namespace Torch.API.WebAPI
|
||||
|
||||
public async Task<Job> GetLatestVersion(string branch)
|
||||
{
|
||||
#if DEBUG
|
||||
branch = "master";
|
||||
#endif
|
||||
var h = await _client.GetAsync(string.Format(BRANCH_QUERY, branch));
|
||||
if (!h.IsSuccessStatusCode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user