Skip to content

Commit

Permalink
Fix typo from #4576 (#4582)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Sep 28, 2024
1 parent 968d4e3 commit 5babb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/obtemplates/build-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
files_to_sign: '**/*.nupkg'
search_root: '$(ob_outputDirectory)'

${{ if eq(parameters.publish, true) }}:
- ${{ if eq(parameters.publish, true) }}:
- task: NuGetCommand@2
displayName: 'Publish to Nuget.org'
inputs:
Expand Down

0 comments on commit 5babb17

Please sign in to comment.