_dev

编辑

开发资源。

必需

从包规范存储库中包含。规范更新时,此内容也会更新。

spec:
  additionalContents: false
  developmentFolder: true
  contents:
    - description: Folder containing resources related to package benchmarks.
      type: folder
      name: benchmark
      required: false
      $ref: "./benchmark/spec.yml"
    - description: Folder containing resources related to building the package.
      type: folder
      name: build
      required: false
      $ref: "./build/spec.yml"
    - description: Folder containing configuration related to deploying the package's service(s) required for testing scenarios.
      type: folder
      name: deploy
      required: false
      $ref: "./deploy/spec.yml"
    - description: Folder containing configuration related test configuration.
      type: folder
      name: test
      required: false
      $ref: "./test/spec.yml"