1 Star 0 Fork 469

xiaocainiao789/Blog.Core

forked from 老张的哲学/Blog.Core 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
azure-pipelines.yml 479 Bytes
Copy Edit Raw Blame History
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/xiaocainiao789/Blog.Core.git
git@gitee.com:xiaocainiao789/Blog.Core.git
xiaocainiao789
Blog.Core
Blog.Core
master

Search