/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.52.0
script/vsts/pull-requests.yml
20 строк
580 B
sadick254
Use npm install
28 авг 2020, 22:47
28 авг 2020, 22:47
46ef8d5
Код
Авторство
О чём код?
trigger: none # No CI builds, only PR builds jobs: - job: GetReleaseVersion pool: vmImage: 'ubuntu-latest' 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