From: Andrew Mustea <36493562+andrewmustea@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:16:10 +0000 (-0700) Subject: add support for azure-devops (#160) X-Git-Tag: v0.2.0.2~157 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/2212d4362b572c2b0983b0a6cc0d011af7c19cf5?hp=2212d4362b572c2b0983b0a6cc0d011af7c19cf5 add support for azure-devops (#160) - azure-cli defaults to placing its azure-devops cache into '$HOME/.azure-devops' unless the environment variable 'AZURE_DEVOPS_CACHE_DIR' is set. - azure-devops.json checks for the '~/.azure-devops' directory and suggests exporting `AZURE_DEVOPS_CACHE_DIR` as '"$XDG_CACHE_HOME"/azure-devops'. ---