File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,9 @@ steps:
136
136
AzureWebJobsEventGridOutputBindingTopicKeyString : $(AzureWebJobsEventGridOutputBindingTopicKeyString)
137
137
displayName : ' Build & Run tests for java 11'
138
138
continueOnError : false
139
- - task : CopyFiles@2
140
- inputs :
141
- SourceFolder : ' $(System.DefaultWorkingDirectory)/testResults'
142
- Contents : ' *.trx'
143
- TargetFolder : ' $(Build.ArtifactStagingDirectory)'
144
- displayName : ' Copying test result file for artifacts'
145
139
- task : PublishBuildArtifacts@1
146
140
inputs :
147
141
PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
148
142
ArtifactName : ' drop'
149
143
publishLocation : ' Container'
150
- displayName : ' Publishing build and test result artifacts'
144
+ displayName : ' Publishing build artifacts'
You can’t perform that action at this time.
0 commit comments