File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,20 @@ jobs:
132132 - hadron-distribution : compass-readonly
133133 test : auto-update-to
134134
135+
136+ # TODO(COMPASS-9067): auto-update-from does not work for windows. Not
137+ # even manually. It downloads the releases file, the toast appears
138+ # that says it is downloading the update, the log appears that says
139+ # thatit is downloading the update, but it never makes the request to
140+ # the update server to actually download the .nupkg file. Strangely
141+ # auto-update-to works. (which starts with the latest release and then
142+ # updates to the newly packaged one) and auto-updating from an old dev
143+ # version also works. it seems to be the fact that it is actually
144+ # downgrading from the new package to the most recent release that
145+ # breaks it? Can't see any other difference.
146+ - test : auto-update-from
147+ package : windows_setup
148+
135149 # Skip auto-update-to tests for anything except the one release
136150 # package we install for that platform and arch, because that's the
137151 # only one that gets installed and therefore updated.
You can’t perform that action at this time.
0 commit comments