1 Star 0 Fork 0

不悔有你/DefinitelyTyped

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nathan Shively-Sanders 提交于 2020-09-04 15:12 . Rename test tasks (#47282)
# Learn more at: https://aka.ms/yaml
jobs:
- job: npmRunTest
pool:
vmImage: 'Ubuntu 16.04'
demands: npm
timeoutInMinutes: 360
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: |
if [[ $BUILD_REASON == "Schedule" ]]; then git config --global user.email "types@microsoft.com" && git config --global user.name "TypeScript Bot" && npm run update-codeowners; fi
git checkout -- .
npm run test-all
displayName: 'npm run test-all'
trigger:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wkl--007/DefinitelyTyped.git
git@gitee.com:wkl--007/DefinitelyTyped.git
wkl--007
DefinitelyTyped
DefinitelyTyped
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385