9 Star 34 Fork 6

Microsoft/sanddance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 922 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:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run bootstrap
displayName: 'npm install'
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- script: |
npm run build:sanddance-core
displayName: 'npm build:sanddance-core'
- script: |
npm run build:sanddance-integration
displayName: 'npm build:sanddance-integration'
- script: |
npm run build:sanddance-integration-python
displayName: 'npm build:sanddance-integration-python'
- script: |
npm test
displayName: 'npm test'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/microsoft/sanddance.git
git@gitee.com:microsoft/sanddance.git
microsoft
sanddance
sanddance
master

搜索帮助