#memo Azure Pipelinesで現在のブランチ名を取得するには variables['Build.SourceBranchName'] を使う(このままだとスクリプトで使えないので適宜環境変数を用意する必要あり)
$(variables['Build.SouceBranchName']) ではなく $(Build.SourceBranchName) でした…
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
$(variables['Build.SouceBranchName']) ではなく $(Build.SourceBranchName) でした…