1 Star 0 Fork 0

YeQingguo / mirrors_github-official-NetCoreWF

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
azure-pipelines.yaml 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrei Ungureanu 提交于 2024-02-06 20:17 . Bump signing reference
trigger:
branches:
include:
- main
- develop
pr:
branches:
include:
- develop
name: $(Date:yyyyMMdd)$(Rev:-rr)
resources:
repositories:
- repository: templates
type: github
name: UiPath/AzurePipelinesTemplates
ref: refs/tags/uipath.package-signing.1.9.2
endpoint: UiPath
variables:
- template: .pipelines/vars.yml
stages:
- stage: BuildAndTest
jobs:
- template: .pipelines/build.yaml
- stage: ReleaseInternal
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))
dependsOn: BuildAndTest
jobs:
- template: .pipelines/release.yaml
parameters:
type: internal
- stage: ReleasePublic
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
dependsOn: BuildAndTest
jobs:
- template: .pipelines/release.yaml
parameters:
type: public
1
https://gitee.com/codeview9527/mirrors_github-official-netcore-wf.git
git@gitee.com:codeview9527/mirrors_github-official-netcore-wf.git
codeview9527
mirrors_github-official-netcore-wf
mirrors_github-official-NetCoreWF
develop

搜索帮助