Skip to content

Commit

Permalink
Migrate placeholder to template (#725)
Browse files Browse the repository at this point in the history
* Migrate placeholder to template
  • Loading branch information
gfs authored Nov 6, 2024
1 parent ce48770 commit 3d696ae
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 368 deletions.
8 changes: 0 additions & 8 deletions Pipelines/asa-release.yaml

This file was deleted.

36 changes: 30 additions & 6 deletions Pipelines/asa-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# note - temporary, empty pipeline file to facilitate ADO pipeline creation for release branches
name: RecursiveExtractor_Release_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
name: ASA_Release_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
trigger: none
pr: none
pr:
- main

steps:
- script: echo 'this pipeline does nothing'
displayName: 'echo message'
resources:
repositories:
- repository: 1esPipelines
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release

variables:
BuildConfiguration: 'Release'
DotnetVersion: '8.0.x'
DotnetTargetFramework: 'net8.0'

extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
pool:
name: MSSecurity-1ES-Build-Agents-Pool
image: MSSecurity-1ES-Windows-2022
os: windows
stages:
- stage: NoOp
dependsOn: []
jobs:
- job: NoOp
displayName: NoOp
steps:
- script: echo Placeholder
Loading

0 comments on commit 3d696ae

Please sign in to comment.