File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
eng/common/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ steps:
2323 filePath : ${{ parameters.SourceRootPath }}/eng/common/scripts/Create-APIReview.ps1
2424 arguments : >
2525 -ArtifactList ('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object Name)
26- -ArtifactPath ${{parameters.ArtifactPath}}
26+ -ArtifactPath ' ${{parameters.ArtifactPath}}'
2727 -ArtifactName ${{ parameters.ArtifactName }}
28- -APIKey $(azuresdk-apiview-apikey)
28+ -APIKey ' $(azuresdk-apiview-apikey)'
2929 -PackageName '${{parameters.PackageName}}'
30- -SourceBranch $(Build.SourceBranchName)
31- -DefaultBranch $(DefaultBranch)
30+ -SourceBranch ' $(Build.SourceBranchName)'
31+ -DefaultBranch ' $(DefaultBranch)'
3232 -ConfigFileDir '${{parameters.ConfigFileDir}}'
33- -BuildId $(Build.BuildId)
33+ -BuildId ' $(Build.BuildId)'
3434 -RepoName '$(Build.Repository.Name)'
3535 -MarkPackageAsShipped $${{parameters.MarkPackageAsShipped}}
3636 pwsh : true
You can’t perform that action at this time.
0 commit comments