Azure pipelines encountered error(s) while parsing pipeline YAML (Unique Job Name)
问题 In my azure devops project, I have created a pipeline using template. This is the main yaml files for my build pipeline name: Test-$(Date:yyyyMMdd)$(Rev:.r) resources: repositories: - repository: api type: git name: porject/api ref: master - repository: front type: git name: project/front ref: master - repository: strapi type: git name: project/strapi ref: master trigger: branches: include: - master pool: vmImage: 'ubuntu-latest' workspace: clean: all variables: - name: workingDir value: