1 Star 0 Fork 1

jangocheng / VaccineBatchMangementPlatform

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tronegacy 提交于 2021-12-26 16:36 . 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)'
1
https://gitee.com/jangocheng/vaccine-batch-mangement-platform.git
git@gitee.com:jangocheng/vaccine-batch-mangement-platform.git
jangocheng
vaccine-batch-mangement-platform
VaccineBatchMangementPlatform
master

搜索帮助