1 Star 1 Fork 16

青锋剑在手 / Meting4Net

forked from yiyun / Meting4Net 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 606 Bytes
一键复制 编辑 原始数据 按行查看 历史
# ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
# 自动单元测试
# - task: DotNetCoreCLI@2
# inputs:
# command: test
# projects: '**/*Tests/*.csproj'
# arguments: '--configuration $(buildConfiguration)'
C#
1
https://gitee.com/QingFengJian/Meting4Net.git
git@gitee.com:QingFengJian/Meting4Net.git
QingFengJian
Meting4Net
Meting4Net
master

搜索帮助