Commit 768c09e
Fix PR Build workflow: add working-directory: cli (#10)
The PR Build workflow was failing because it referenced extension.yaml
and ran azd x build/pack from the repo root instead of the cli/
subdirectory. Added defaults.run.working-directory: cli and explicit
working-directory: cli on steps that need it. Also fixed install
script paths to use cli/scripts/.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7a997c3 commit 768c09e
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
0 commit comments