FactoryOrchestrator/build/azure-pipelines-ci.yml

18 строки
335 B
YAML

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
#CI Pipeline.
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
trigger:
- main
pr:
- none
variables:
FORepoRoot: '$(Build.SourcesDirectory)'
VERSIONSUFFIXDOTNET: ''
stages:
- template: templates/template-ci-pr-stages.yml