mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Auto-update - Fix updating on non-master builds, apologies for the small update
This commit is contained in:
parent
94b91bfc31
commit
f733ce02de
@ -45,6 +45,7 @@ public class UpdateProvider : IUpdateProvider, IDisposable
|
||||
Url request = API_URL.AppendPathSegments("build", "builds")
|
||||
.SetQueryParam("definitions", buildDefinition)
|
||||
.SetQueryParam("resultFilter", "succeeded")
|
||||
.SetQueryParam("branchName", "master")
|
||||
.SetQueryParam("$top", 1)
|
||||
.SetQueryParam("api-version", "6.1-preview.6");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user