1
0
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:
Robert 2022-09-09 13:02:03 +02:00
parent 94b91bfc31
commit f733ce02de

View File

@ -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");