Azure PipelinesとMicrosoft Teamsを統合しています。 Microsoft TeamsにAzure Pipelinesアプリをインストールします。 Project1というプロジェクト名を含むContosoという名前のAzure DevOps組織があります。 Microsoft TeamsでProject1を購読します。 Microsoft Teamsで失敗したビルドに関するイベントのみを受信するようにする必要があります。 最初に何をすべきですか?
正解:A
To start monitoring all pipelines in a project, use the following command inside a channel: @azure pipelines subscribe [project url] The project URL can be to any page within your project (except URLs to pipelines). For example: @azure pipelines subscribe https://dev.azure.com/myorg/myproject/ Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft-teams