1 Star 0 Fork 445

Mr_曾先生 / Blog.Core

forked from 老张的哲学 / Blog.Core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 479 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-latest
variables:
buildConfiguration: 'Release'
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 6.0.x
installationPath: $(Agent.ToolsDirectory)/dotnet
C#
1
https://gitee.com/zeng_ki/Blog.Core.git
git@gitee.com:zeng_ki/Blog.Core.git
zeng_ki
Blog.Core
Blog.Core
master

搜索帮助