2 Star 0 Fork 1

黑客松/VaccineBatchMangementPlatform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tronegacy 提交于 2021-12-26 16:36 +08:00 . Add: azure-piplines and apigateway test
trigger:
- master
- develop
- feature/*
pool:
vmImage: 'windows-latest'
variables:
buildConfiguration: 'Release'
steps:
- task: DotNetCoreCLI@2
inputs:
command: 'restore'
projects: '**/*.csproj'
feedsToUse: 'select'
vstsFeed: 'my-vsts-feed' # A series of numbers and letters
- task: DotNetCoreCLI@2
inputs:
command: 'build'
arguments: '--configuration $(buildConfiguration)'
displayName: 'dotnet build $(buildConfiguration)'
# do this after other tasks such as building
- task: DotNetCoreCLI@2
inputs:
command: test
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration)'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dotNETHackthon/vaccine-batch-mangement-platform.git
git@gitee.com:dotNETHackthon/vaccine-batch-mangement-platform.git
dotNETHackthon
vaccine-batch-mangement-platform
VaccineBatchMangementPlatform
master

搜索帮助