From 462b49daa39c69fa93032a17cfc9c80120ec7617 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Tue, 15 Dec 2020 15:39:08 +0000 Subject: [PATCH] changing the ls command to the artifacts directory --- .az-pipelines/sign-windows-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index be81b9ae918..c4bcbddeeae 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -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: |