Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions eng/pipeline/stages/run-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,6 @@ stages:
targetPath: $(Build.SourcesDirectory)/eng/artifacts/RawTestOutput
artifactName: raw-test-output-${{ parameters.builder.id }}-retry-$(System.StageAttempt)-job-$(System.JobAttempt)

# - ${{ if eq(parameters.builder.config, 'buildandpack' ) }}:
# - ${{ if ne(parameters.releaseVersion, 'nil') }}:
# # Retain the build: https://github.com/microsoft/go-lab/issues/59

- ${{ if eq(parameters.builder.os, 'linux') }}:
# Files may be owned by root because builds don't set user ID. If this build is running on a
# persistent machine, later builds may fail to clean up this build's directory as as
Expand Down