Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepfeiffer committed Dec 21, 2018
1 parent 9290679 commit bd714c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ steps:

- script: |
ls -al
displayName: 'list folder'
displayName: 'list folder'

- script: |
echo $(Build.ArtifactStagingDirectory)
displayName: 'echo'

- task: CopyFiles@2
inputs:
Expand Down

0 comments on commit bd714c6

Please sign in to comment.