You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/9.0.1xx] [devops] Use a zip file with all the certificates and provisioning profiles. (#23455)
Azure DevOps' UI to add and modify secure files is utterly horrible.
* There's no way to modify a secure file, you have to delete it and
re-add it.
* There's no documented way to add/remove a secure file using the REST
API,
although there's apparently an un-official REST API
(microsoft/azure-pipelines-tasks#9172 (comment)),
which was apparently supposed to become documented, which was over 6
years
ago and in the meantime the only thing that happened was that the issue
got
closed.
* There's no way to update the security settings for a secure file using
the
REST API that I could find, and the UI to do so is _sloooooow_ and
clunky.
So instead of going through the pain of adding/deleting/updating 19
different
files, add them all in a single zip file, and feel the pain only once
(per year).
Backport of #23448.
0 commit comments