We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41582e5 commit 154f81dCopy full SHA for 154f81d
VERSION
@@ -1 +1 @@
1
-2.3.1
+2.3.2
build.yaml
@@ -146,9 +146,10 @@ jobs:
146
condition: and(succeeded(), eq(variables.testFileExists, true))
147
148
- script: |
149
- ls -l
150
- displayName: List files
151
- condition: and(succeeded(), eq(variables.testFileExists, true))
+ pwd
+ ls -l ./package.json
+ ls -l /azp/_work/1/s/package.json
152
+ displayName: Debug package.json path
153
154
155
docker compose -f compose.yaml -f compose.test.yaml -p $(repo)-test-$(Build.BuildId) run --rm $(repo)
0 commit comments