1 Star 0 Fork 0

关云长/winforms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Adam Yoblick 提交于 2018-12-03 15:57 . New CI build definition (#123)
# 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:
# clean the local repo on the build agents
Build.Repository.Clean: true
# only trigger ci builds for the master branch
trigger:
- master
# To be added in the future when VSTS supports this feature
# only trigger pull request builds for the master branch
# pr:
# - master
# Call the ci.yml template, which does the real work
jobs:
- template: /eng/ci.yml
parameters:
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
agentPool: dotnet-internal-temp
# runAsPublic is used in expressions, which can't read from user-defined variables
runAsPublic: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/632484753/winforms.git
git@gitee.com:632484753/winforms.git
632484753
winforms
winforms
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385