Moved the 1ESPT yaml template to Azure-Pipeline folder (#2536)

#### Details

Moved the 1ESPT  yaml template to Azure-Pipeline folder.
##### Motivation

should keep all the Pipeline related files in the Azure-Pipeline folder

---------

Co-authored-by: Jitendra Jain <v-jitendjain@microsoft.com>
This commit is contained in:
Prashanth Kumar Chippalaturti 2024-04-03 12:05:55 -07:00 коммит произвёл GitHub
Родитель 3ba17aa53c
Коммит bb5893376e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 29 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,29 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
name: $(Build.SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
trigger: none
# The `resources` specify the location and version of the 1ES PT.
resources:
repositories:
- repository: 1esPipelines
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
extends:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
parameters:
# Update the pool with your team's 1ES hosted pool.
pool:
os: linux
image: ubuntu-20.04
name: AccessibilityInsights-ubuntu-20.04
stages:
- stage: Stage
jobs:
- job: 'BuildArtifactsAndRunUnitTests'
steps:
- template: ./azure-pipeline/build-artifacts-and-run-tests-job.yaml