Skip to content

Commit

Permalink
add yaml file for release pipeline (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai authored Sep 16, 2024
1 parent b49654c commit dad3610
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eng/ci/official-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
trigger: none

# Pipeline can be manually triggered
pr: none

jobs:
- job: ReleaseTask
displayName: "ESRP Release Task"
pool:
vmImage: 'windows-latest'

steps:

0 comments on commit dad3610

Please sign in to comment.