cloudyspells/PSRule.Rules.AzureDevOps

For Azure DevOps pipeline example "Grave Accent `" symbol should be removed

Closed this issue · 1 comments

For the Azure DevOps pipeline example, "Grave Accent `" symbol should be removed.
Link to code:
https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/e609897620d10de08b88a8be416994066142ce23/pipelines/azure-pipelines.yml#L53C38-L53C38

Error message from Azure DevOps Pipeline:

Export-AzDevOpsRuleData: /home/vsts/work/_temp/364686e8-433e-44db-9604-197f4e66cf3b.ps1:11
Line |
  11 |    -OutputPath './results.sarif' `
     |    ~~~~~~~~~~~
     | Cannot bind parameter because parameter 'OutputPath' is specified more
     | than once. To provide multiple values to parameters that can accept
     | multiple values, use the array syntax. For example, "-parameter
     | value1,value2,value3".

The issue has been fixed. :-)