Skip to content

Commit

Permalink
Fix up release and VS insertion pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 19, 2024
1 parent e0761bb commit 50413fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
ref: refs/tags/release
pipelines:
- pipeline: CI
source: microsoft.CsWin32
source: CsWin32
trigger:
tags:
- auto-release
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/vs-insertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
ref: refs/tags/release
pipelines:
- pipeline: CI
source: Library # TODO: This should match the name of your CI pipeline
source: CsWin32
tags:
- Real signed
trigger:
Expand Down Expand Up @@ -54,7 +54,7 @@ extends:
TeamEmail: $(TeamEmail)
InsertionPayloadName: $(Build.Repository.Name) $(Build.BuildNumber)
InsertionBuildPolicy: Request Perf DDRITs
InsertionReviewers: $(Build.RequestedFor) # Append `,Your team name` (without quotes)
InsertionReviewers: $(Build.RequestedFor),Andrew Arnott
AutoCompletePR: true
AutoCompleteMergeStrategy: Squash
ShallowClone: true
Expand Down

0 comments on commit 50413fc

Please sign in to comment.