Skip to content

Commit

Permalink
add empty release pipeline (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
danfiedler-msft authored Oct 30, 2024
1 parent ff468b9 commit 86c116a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Pipelines/asa-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# note - temporary, empty pipeline file to facilitate ADO pipeline creation for release branches
name: RecursiveExtractor_Release_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
trigger: none
pr: none

steps:
- script: echo 'this pipeline does nothing'
displayName: 'echo message'

0 comments on commit 86c116a

Please sign in to comment.