changing the ls command to the artifacts directory

This commit is contained in:
Joseph Flinn 2020-12-15 15:39:08 +00:00
parent 026392d4a1
commit 462b49daa3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
userRepository: joseph-flinn/desktop
displayName: 'git release artifacts'
- script: ls -alh
- script: ls -alh $(System.ArtifactsDirectory)
displayName: 'show artifacts'
- script: |