diff --git a/eng/pipeline/stages/run-stage.yml b/eng/pipeline/stages/run-stage.yml index da30e5b5d2..cbf66ed390 100644 --- a/eng/pipeline/stages/run-stage.yml +++ b/eng/pipeline/stages/run-stage.yml @@ -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