로딩
요청 처리 중입니다...

【Azure Pipeline】YAML 구성요소

 【Azure Pipeline】YAML 구성요소

pool pr variables parameters jobs jobs.job steps->스크립트 실행 steps: - script: echo Hello world! displayName: Say hello steps.checkout -> 파이프라인이 소스코드를 어떻게 체크아웃할지 정의 steps: - checkout: string # Required as first property.

Alias of the repository resource to check out or 'none'. clean: string # If true, run git clean -ffdx followed by git reset --hard HEAD before fetching. (true, false) fetchDepth: string # Depth of Git graph to fetch. fetchTags: string # Set to 'true' to sync tags when fetching the r...