Skip to content

Commit

Permalink
Bash command Added
Browse files Browse the repository at this point in the history
  • Loading branch information
stacksimplify committed Oct 24, 2020
1 parent 35c3542 commit 88ed066
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ stages:
Contents: '**'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
OverWrite: true
# List files from Build Artifact Staging Directory - After Copy
- bash: echo After copying to Build Artifact Directory; ls -R $(Build.ArtifactStagingDirectory)
# Task-3: Publish build artifacts (Publish build to Azure Pipelines)
- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 88ed066

Please sign in to comment.