1 Star 1 Fork 1

漂泊 / aspnetboilerplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [AzurePipelines (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration AzurePipelines --host AzurePipelines
#
# </auto-generated>
# ------------------------------------------------------------------------------
stages:
- stage: windows_latest
displayName: 'windows-latest'
dependsOn: [ ]
pool:
vmImage: 'windows-latest'
jobs:
- job: Test
displayName: 'Test'
dependsOn: [ ]
strategy:
parallel: 4
steps:
- task: CmdLine@2
inputs:
script: './build.cmd Restore Compile Test --skip --test-partition $(System.JobPositionInPhase)'
C#
1
https://gitee.com/jack_zhum/aspnetboilerplate.git
git@gitee.com:jack_zhum/aspnetboilerplate.git
jack_zhum
aspnetboilerplate
aspnetboilerplate
master

搜索帮助