1 Star 0 Fork 392

zhouruizhong / KopSoftWms

forked from 似水年华 / kopSoftWMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
variables:
buildConfiguration: 'Release'
steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '2.2.203'
includePreviewVersions: true
- task: DotNetCoreCLI@2
displayName: Build
inputs:
command: build
projects: '**/*.csproj'
arguments: '--configuration Release'
C#
1
https://gitee.com/zhouruizhong/KopSoftWms.git
git@gitee.com:zhouruizhong/KopSoftWms.git
zhouruizhong
KopSoftWms
KopSoftWms
master

搜索帮助