Skip to content

Commit

Permalink
Update apiview step in pipeline to quote branch name param (Azure#23637)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored Oct 22, 2024
1 parent 2be0e5f commit c8db501
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ steps:
inputs:
filePath: $(Build.SourcesDirectory)/eng/scripts/Create-ApiReview.ps1
arguments: >
-ServiceDirectory ${{parameters.ServiceDirectory}}
-OutPath $(Build.ArtifactStagingDirectory)
-ApiKey "$(azuresdk-apiview-apikey)"
-SourceBranch $(Build.SourceBranchName)
-DefaultBranch $(DefaultBranch)
-ConfigFileDir $(Build.ArtifactStagingDirectory)/PackageInfo
-ServiceDirectory '${{parameters.ServiceDirectory}}'
-OutPath '$(Build.ArtifactStagingDirectory)'
-ApiKey '$(azuresdk-apiview-apikey)'
-SourceBranch '$(Build.SourceBranchName)'
-DefaultBranch '$(DefaultBranch)'
-ConfigFileDir '$(Build.ArtifactStagingDirectory)/PackageInfo'
-BuildId $(Build.BuildId)
-RepoName '$(Build.Repository.Name)'
pwsh: true
Expand Down

0 comments on commit c8db501

Please sign in to comment.