Skip to content

Commit c3730ea

Browse files
committed
remove a .logs publish that doesn't exist anymore
1 parent dbef46a commit c3730ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/pipelines/templates/steps/build-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ steps:
112112
--toxenv="samples"
113113
env: ${{ parameters.EnvVars }}
114114

115-
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
116-
parameters:
117-
ArtifactPath: '$(Build.SourcesDirectory)/.logs'
118-
ArtifactName: '$(System.StageName)_$(Agent.JobName)_logs'
119-
120115
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
121116
parameters:
122117
ArtifactPath: '$(Build.SourcesDirectory)/_tox_logs'

0 commit comments

Comments
 (0)