Skip to content

Commit

Permalink
Merge pull request #46 from theohbrothers/docs/samples-demonstrate-us…
Browse files Browse the repository at this point in the history
…e-of-default-and-potential-custom-parameters-for-azure-pipelines.release.yml

Docs (samples): Demonstrate use of default and potential custom parameters for `azure-pipelines.release.yml`
  • Loading branch information
joeltimothyoh authored May 16, 2024
2 parents 1c57c08 + 6345044 commit bfcba1d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/samples/ci/azure-pipelines/custom/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ steps:
- checkout: self
submodules: recursive
- template: templates/azure-pipelines/entrypoint/release.yml@PSRepositoryReleaseManager
parameters:
NAME: My release name
NOTES_PATH: path/to/my-release-notes.md
# NOTES_CONTENT: |
# My
# multi-line
# release
# notes
DRAFT: false
PRERELEASE: false
ASSETS: |
path/to/asset1.tar.gz
path/to/asset2.gz
path/to/asset3.zip
path/to/assets/*.gz
path/to/assets/*.zip
# parameters:
# NAME: My release name
# NOTES_PATH: path/to/my-release-notes.md
# NOTES_CONTENT: |
# My
# multi-line
# release
# notes
# DRAFT: false
# PRERELEASE: false
# ASSETS: |
# path/to/asset1.tar.gz
# path/to/asset2.gz
# path/to/asset3.zip
# path/to/assets/*.gz
# path/to/assets/*.zip

0 comments on commit bfcba1d

Please sign in to comment.