Skip to content

Commit

Permalink
Handle empty value for packageFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Jan 10, 2024
1 parent d2907e0 commit a25c89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
arguments: >
-artifactLocation ${{ parameters.ArtifactLocation }}
-packageRepository ${{ parameters.PackageRepository }}
-packageFilter ${{ parameters.PackageFilter }}
-packageFilter "${{ parameters.PackageFilter }}"
-releaseSha ${{ parameters.ReleaseSha }}
-repoId ${{ parameters.RepoId }}
-workingDirectory '${{ parameters.WorkingDirectory }}'
Expand Down

0 comments on commit a25c89a

Please sign in to comment.