1 Star 0 Fork 0

zjh6/winforms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Adam Yoblick 提交于 2019-08-16 16:30 . change internal agent pool (#1659)
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zjh6/winforms.git
git@gitee.com:zjh6/winforms.git
zjh6
winforms
winforms
master

搜索帮助