Azure-pipelines-agent: Caanot include * for trigger in yaml build

Created on 26 Apr 2018  路  1Comment  路  Source: microsoft/azure-pipelines-agent

I get the following error

(Line: 6, Col: 7, Idx: 105) - (Line: 6, Col: 8, Idx: 106): While scanning an anchor or alias, did not find expected alphabetic or numeric character.

trigger:
  branches:
    include:
    - *
    exclude:
    - master

Most helpful comment

Putting the * in '*' quotes works

>All comments

Putting the * in '*' quotes works

Was this page helpful?
0 / 5 - 0 ratings