Skip to content

Commit

Permalink
Remove invalid result copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jun 19, 2019
1 parent aa72068 commit 4333b54
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .azure-devops-wasm-uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,6 @@ jobs:
displayName: 'Running UI Tests'
- task: CopyFiles@2
condition: always()
displayName: 'Publish Wasm Tests results'
inputs:
SourceFolder: $(build.sourcesdirectory)/src/SamplesApp/SamplesApp.Wasm.UITests/out
Contents: '**/*.*'
TargetFolder: $(build.artifactstagingdirectory)/screenshots
CleanTargetFolder: false
OverWrite: false
flattenFolders: false

- task: PublishTestResults@2
condition: always()
inputs:
Expand Down

0 comments on commit 4333b54

Please sign in to comment.