1 Star 0 Fork 0

jasongwq / browser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
branches:
include:
- '*'
exclude:
- l10n_master
pool:
vmImage: 'vs2017-win2016'
name: $(Rev:r)
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- powershell: |
choco install cloc --no-progress
cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git
displayName: 'Cloc'
- script: |
node --version
call npm --version
displayName: 'Version checks'
- script: call npm install
displayName: 'npm install'
- script: call npm run build
displayName: 'npm run build'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jasongwq/browser.git
git@gitee.com:jasongwq/browser.git
jasongwq
browser
browser
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891