1 Star 0 Fork 395

zglp / kopSoftWMS

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

搜索帮助