代码拉取完成,页面将自动刷新
# This is a simple wrapper for eng/ci.yml to get around the limitation of
# user-defined variables not being available in yaml template expressions.
# Parameters ARE available in template expressions, and parameters can have default values,
# so they can be used to control yaml flow.
variables:
_PublishUsingPipelines: true
_DotNetArtifactsCategory: WINDOWSDESKTOP
# clean the local repo on the build agents
Build.Repository.Clean: true
# trigger ci builds for completed checkins into master and any release branches
trigger:
- master
- release/*
# trigger ci builds on pull requests into master and any release branches
pr:
- master
- release/*
# Call the ci.yml template, which does the real work
stages:
- template: /eng/ci.yml
parameters:
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
# these parameters should be set for running in the Internal / Non-Public
agentPoolName: NetCoreInternal-Pool
agentPool: BuildPool.Windows.10.Amd64.VS2019
runAsPublic: false
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。