We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbef46a commit c3730eaCopy full SHA for c3730ea
eng/pipelines/templates/steps/build-test.yml
@@ -112,11 +112,6 @@ steps:
112
--toxenv="samples"
113
env: ${{ parameters.EnvVars }}
114
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
-
120
- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
121
parameters:
122
ArtifactPath: '$(Build.SourcesDirectory)/_tox_logs'
0 commit comments