Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using an inline template for Generate Release Notes #2046

Closed
edscott123 opened this issue Dec 16, 2024 · 0 comments
Closed

Using an inline template for Generate Release Notes #2046

edscott123 opened this issue Dec 16, 2024 · 0 comments
Labels

Comments

@edscott123
Copy link

Azure DevOps Extensions

Generate Release Notes (Node Cross Platform)

Platform

Azure DevOps Services

Azure DevOps Server (TFS) Version

No response

Extension Version

No response

Describe the bug

Receiving an error as follows:
The number of template files and output files must be the same

Kept the inline template simple to test and still receiving an error.

YAML for step:

- task: richardfennellBM.BM-VSTS-XplatGenerateReleaseNotes.XplatGenerate-Release-Notes.XplatGenerateReleaseNotes@4
  displayName: 'Generate Release Notes based on Release Comparison API'
  inputs:
    outputfile: '$(System.DefaultWorkingDirectory)/releasenotes.md'
    templateLocation: InLine
    inlinetemplate: |
     # Everyturn Build
     **branch**:
    sortCS: true
    sortWi: true
    replaceFile: false
    appendToFile: false
    getParentsAndChildren: true
    getAllParents: true
    checkForManuallyLinkedWI: true

Repo Steps

  1. created build pipeline to generate a simple artifact
  2. created release pipeline using latest artifact from build pipeline
  3. created simple generate release notes step
  4. receive error each time release pipeline runs

Expected Behavior

No response

Logging Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant