Skip to content

Commit

Permalink
Add release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardvanRooijen authored and idg10 committed Sep 12, 2019
1 parent 71db407 commit 51213e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
trigger: none
pr: none

resources:
repositories:
- repository: recommended_practices
type: github
name: endjin/Endjin.RecommendedPractices.AzureDevopsPipelines.GitHub
endpoint: ${{ Endjin_Service_Connection_GitHub }}

jobs:
- template: templates/tag.for.release.yml@recommended_practices
parameters:
vmImage: 'windows-latest'
service_connection_github: $(Endjin_Service_Connection_GitHub)

0 comments on commit 51213e3

Please sign in to comment.