Skip to content

Commit

Permalink
Adding commit scope to export pipelines for CoE Starter Kit (#4889)
Browse files Browse the repository at this point in the history
* Update export-solution-to-github.yml

Adding commit scope to CoE Export

* Update export-solution-to-github.yml
  • Loading branch information
mikefactorial authored Mar 2, 2023
1 parent a9aad63 commit 924420d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ parameters:
- name: PublishCustomizations
type: string
default: "true"

- name: CommitScope
type: string
default: "1"
trigger: none
pr: none

Expand Down Expand Up @@ -112,4 +114,5 @@ stages:
userName: ${{parameters.UserName}}
configurationData: ${{parameters.Data}}
portalSiteName: ${{parameters.PortalSiteName}}
publishCustomizations: ${{parameters.PublishCustomizations}}
publishCustomizations: ${{parameters.PublishCustomizations}}
commitScope: ${{parameters.CommitScope}}

0 comments on commit 924420d

Please sign in to comment.