Azure PipelinesのYAMLにおいて、特定の変数が特定の値である場合(例: environment=production)にのみタスクを実行するための「condition」の正しい記述例はどれか。

condition: eq(variables[‘environment’]