/
githubmirror
/
DefinitelyTyped
Обзор
Документация
Войти
/
githubmirror
/
DefinitelyTyped
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
azure-pipelines.yml
21 строка
303 B
Jake Bailey
Fix my oops in pipeline; checkout is a step (#68406)
31 янв 2024, 23:18
Не верифицирован
31 янв 2024, 23:18
c14feb3
Код
Авторство
О чём код?
trigger: - master pr: none jobs: - job: npmRunTest pool: vmImage: ubuntu-latest demands: npm timeoutInMinutes: 360 steps: - checkout: self fetchDepth: 1 fetchTags: false - script: | echo "Disabled" displayName: 'Do nothing'