mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Auto-update - Fix URL, restoring auto-update functionality
This commit is contained in:
parent
ab7c3933c5
commit
32a444fbeb
@ -45,7 +45,7 @@ public class UpdateProvider : IUpdateProvider, IDisposable
|
||||
Url request = API_URL.AppendPathSegments("build", "builds")
|
||||
.SetQueryParam("definitions", buildDefinition)
|
||||
.SetQueryParam("resultFilter", "succeeded")
|
||||
.SetQueryParam("branchName", "master")
|
||||
.SetQueryParam("branchName", "refs/heads/master")
|
||||
.SetQueryParam("$top", 1)
|
||||
.SetQueryParam("api-version", "6.1-preview.6");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user