Skip to content

Commit 154f81d

Browse files
committed
Add file list
1 parent 41582e5 commit 154f81d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.3.2

build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,10 @@ jobs:
146146
condition: and(succeeded(), eq(variables.testFileExists, true))
147147
148148
- script: |
149-
ls -l
150-
displayName: List files
151-
condition: and(succeeded(), eq(variables.testFileExists, true))
149+
pwd
150+
ls -l ./package.json
151+
ls -l /azp/_work/1/s/package.json
152+
displayName: Debug package.json path
152153
153154
- script: |
154155
docker compose -f compose.yaml -f compose.test.yaml -p $(repo)-test-$(Build.BuildId) run --rm $(repo)

0 commit comments

Comments
 (0)