azure-devops

magic chunks

Magic Chunks is an easy to use config transformer for VSTS. Unfortunately it only runs on windows agents at this time.

free build minutes

Find remaining free build minutes

AWS CLI build task requires install

A task exists to execute AWS CLI commands during builds, however Hosted agents do not have the AWS CLI installed. Amazon note that the tool needs to be installed, but no task exists for that.

Note that you must have the AWS CLI installed to use this task.

Github issues for Linux and Windows agents.

reviewing a merge commit locally

git config --add remote.origin.fetch +refs/pull/*/merge:refs/remotes/origin/pr/*
git fetch origin
git checkout pr/1234

More on richard-banks.org