1 Star 0 Fork 6

Alex/quantum

forked from Gitee 极速下载/quantum 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.yml 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# Build configuration file to run build on azure-pipelines
#
name: $(Build.Major).$(Build.Minor).$(BuildId)
trigger:
- master
variables:
Build.Major: 1
Build.Minor: 0
Build.Patch: $(Build.BuildId)
Build.Configuration: 'Release'
Drops.Dir: $(Build.ArtifactStagingDirectory)/drops
IQSharp.Hosting.Env: 'build-agent-quantum'
jobs:
- job: Windows
pool:
vmImage: 'windows-2019'
steps:
- template: Build/steps.yml
- job: macOS
pool:
vmImage: 'macOS-latest'
steps:
- template: Build/steps.yml
- job: Linux
pool:
vmImage: 'ubuntu-latest'
steps:
- template: Build/steps.yml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuheng8600/quantum.git
[email protected]:xuheng8600/quantum.git
xuheng8600
quantum
quantum
master

搜索帮助