/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.49.0
script/vsts/pull-requests.yml
18 строк
539 B
Antonio Scandurra
Re-enable CI for Windows and macOS on Azure pipelines
24 июл 2019, 16:25
24 июл 2019, 16:25
dc42506
Код
Авторство
О чём код?
trigger: none # No CI builds, only PR builds jobs: - job: GetReleaseVersion steps: # This has to be done separately because VSTS inexplicably # exits the script block after `npm install` completes. - script: | cd script\vsts npm install displayName: npm install - script: node script\vsts\get-release-version.js name: Version # Import OS-specific build definitions - template: platforms/windows.yml - template: platforms/macos.yml - template: platforms/linux.yml