Skip to content

Commit 461395b

Browse files
committed
updated build.
1 parent fe2ad79 commit 461395b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure/common/apigee-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@ jobs:
253253
workingDirectory: "${{ parameters.service_name }}"
254254
displayName: "Copy utils into artifact"
255255
256+
- bash: |
257+
pwd
258+
ls
259+
workingDirectory: "${{ parameters.service_name }}"
260+
displayName: "View files in current directory"
261+
256262
- bash: |
257263
set -euo pipefail
258264
export DIST_DIR=`pwd`/dist

0 commit comments

Comments
 (0)