1 Star 2 Fork 0

AnyShop/eShop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ci.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
# Configure which branches trigger builds
trigger:
batch: true
branches:
include:
- main
variables:
- name: TeamName
value: dotnet-aspire
resources:
repositories:
# Repo: 1ESPipelineTemplates/1ESPipelineTemplates
- repository: 1esPipelines
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
sdl:
policheck:
enabled: true
tsa:
enabled: true
pool:
name: NetCore1ESPool-Svc-Internal
image: windows.vs2019.amd64
os: windows
stages:
- stage: buildStage
displayName: Build Stage
jobs:
- job: Build
displayName: Windows Build
timeoutInMinutes: 90
workspace:
clean: all
steps:
- task: UseDotNet@2
inputs:
useGlobalJson: true
- script: dotnet build eShop.Web.slnf
displayName: Build Step
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anyshop/eshop.git
git@gitee.com:anyshop/eshop.git
anyshop
eshop
eShop
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385