update pipeline-20251103.yml
parent
a7836137ef
commit
67bb3da219
|
|
@ -1,6 +1,6 @@
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
name: pipeline-20251103
|
name: pipeline-20251103
|
||||||
displayName: pipeline-20251103
|
displayName: master-build
|
||||||
triggers:
|
triggers:
|
||||||
trigger: auto
|
trigger: auto
|
||||||
push:
|
push:
|
||||||
|
|
@ -15,7 +15,7 @@ triggers:
|
||||||
- cron: '* * * 1 * ? *'
|
- cron: '* * * 1 * ? *'
|
||||||
stages:
|
stages:
|
||||||
- name: stage-72bb5db9
|
- name: stage-72bb5db9
|
||||||
displayName: 未命名
|
displayName: build
|
||||||
strategy: naturally
|
strategy: naturally
|
||||||
trigger: auto
|
trigger: auto
|
||||||
executor: []
|
executor: []
|
||||||
|
|
@ -30,6 +30,10 @@ stages:
|
||||||
- ''
|
- ''
|
||||||
- npm add -g pnpm
|
- npm add -g pnpm
|
||||||
- ''
|
- ''
|
||||||
|
- pnpm lint
|
||||||
|
- ''
|
||||||
|
- pnpm check
|
||||||
|
- ''
|
||||||
- '# 执行编译命令'
|
- '# 执行编译命令'
|
||||||
- pnpm i && pnpm build:antd
|
- pnpm i && pnpm build:antd
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue