changing the ls command to the artifacts directory
This commit is contained in:
parent
026392d4a1
commit
462b49daa3
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue