1 Star 0 Fork 426

wdy/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)'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wdyzy/kopSoftWMS.git
git@gitee.com:wdyzy/kopSoftWMS.git
wdyzy
kopSoftWMS
kopSoftWMS
master

搜索帮助