version: '1.0' name: pipeline-build-20220901 displayName: pipeline-build triggers: trigger: auto push: branches: prefix: - '' tags: prefix: - '' stages: - name: stage-82deebcf displayName: 构建 strategy: naturally trigger: auto executor: [] steps: - step: build@nodejs name: build_nodejs displayName: Nodejs 构建 nodeVersion: 16.14.2 commands: - npm config set registry https://registry.npmmirror.com - npm i yarn -g - yarn cache dir artifacts: - name: BUILD_ARTIFACT path: - ../release caches: [] notify: [] strategy: retry: '0' - name: stage-cd5d9e5b displayName: 上传制品 strategy: naturally trigger: auto executor: [] steps: - step: publish@general_artifacts name: publish_general_artifacts displayName: 上传制品 dependArtifact: BUILD_ARTIFACT artifactName: output notify: [] strategy: retry: '0'