Skip to content

Commit

Permalink
Updated package build templates to capture all build logs. (#11087)
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelWMS authored Nov 20, 2024
1 parent 684c696 commit b3e6eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/PackageBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ steps:
- bash: |
published_logs_dir="${{ parameters.outputArtifactsFolder }}/${{ parameters.outputArtifactsLogsSubfolder }}"
mkdir -p "$published_logs_dir"
tar -C "${{ parameters.buildRepoRoot }}/build/logs/pkggen" -czf "$published_logs_dir/pkggen.logs.tar.gz" .
tar -C "${{ parameters.buildRepoRoot }}/build/logs" -czf "$published_logs_dir/pkggen.logs.tar.gz" .
tar -C "${{ parameters.buildRepoRoot }}/build/pkg_artifacts" -czf "$published_logs_dir/pkg_artifacts.tar.gz" .
tar -C "${{ parameters.buildRepoRoot }}/build/timestamp" -czf "$published_logs_dir/timestamp.tar.gz" .
condition: always()
Expand Down

0 comments on commit b3e6eba

Please sign in to comment.