Skip to content

Commit

Permalink
Always publish a binlog in the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 25, 2024
1 parent 6d44744 commit bfba3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ extends:
displayName: 'Publish Logs'
targetPath: $(Build.ArtifactStagingDirectory)\Logs
artifactName: Logs
condition: always()
- output: nuget
displayName: 'NuGet push to NuGet.org'
condition: and(succeeded(), eq(variables['Build.OfficialRelease'], 'true'))
Expand Down

0 comments on commit bfba3e9

Please sign in to comment.