1 Star 1 Fork 0

超哥/UA-.NETStandard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
# Azure pipeline
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
batch: 'true'
branches:
include:
- '*'
paths:
include:
- '*'
exclude:
- 'Docs/*'
- 'README.md'
pr:
autoCancel: 'true'
branches:
include:
- '*'
paths:
include:
- '*'
stages:
- stage: build
displayName: 'Build .Net Core Samples'
jobs:
- template: .azurepipelines/ci.yml
- stage: buildnohttps
dependsOn: []
displayName: 'Build NoHttps .Net Core Samples'
jobs:
- template: .azurepipelines/ci.yml
parameters:
buildoption: '-p:NoHttps=true'
agents: '@{ linux = "ubuntu-18.04" }'
- stage: solutions
dependsOn: []
displayName: 'Build Solutions'
jobs:
- template: .azurepipelines/sln.yml
- stage: testrelease
dependsOn: [build]
displayName: 'Test Core and SDK Release'
jobs:
- template: .azurepipelines/test.yml
parameters:
configuration: Release
framework: net462
agents: '@{ windows = "windows-2019" }'
jobnamesuffix: net462
- template: .azurepipelines/test.yml
parameters:
framework: netcoreapp2.1
configuration: Release
- template: .azurepipelines/test.yml
parameters:
configuration: Release
framework: netcoreapp3.1
jobnamesuffix: core3
- stage: testdebug
dependsOn: [build]
displayName: 'Test Core and SDK Debug'
jobs:
- template: .azurepipelines/test.yml
parameters:
framework: netcoreapp3.1
configuration: Debug
- stage: coverage
dependsOn: [testdebug,testrelease]
displayName: 'Code Coverage'
condition: ${{ ne(variables['Build.Reason'], 'PullRequest') }}
jobs:
- template: .azurepipelines/testcc.yml
parameters:
configuration: Release
poolImage: 'ubuntu-18.04'
jobnamesuffix: netcore31
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yhc2020/UA-.NETStandard.git
git@gitee.com:yhc2020/UA-.NETStandard.git
yhc2020
UA-.NETStandard
UA-.NETStandard
master

搜索帮助