Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ trigger:
tags:
include:
- "v*"
branches:
include:
- main

parameters:
- name: previewBranch
Expand Down Expand Up @@ -232,7 +229,7 @@ extends:
contentsource: "Folder"
folderlocation: "$(Pipeline.Workspace)"
waitforreleasecompletion: true
owners: vibiret@microsoft.com
owners: mmainer@microsoft.com,gavinbarron@microsoft.com
approvers: mmainer@microsoft.com
serviceendpointurl: "https://api.esrp.microsoft.com"
mainpublisher: "ESRPRELPACMAN"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-please-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
# variables and secrets, and then runs the release-please-action to manage versioning and changelogs.

name: Release Please

permissions:
contents: read
pull-requests: write
on:
push:
branches:
Expand Down
Loading