Skip to content

Commit a7e0628

Browse files
committed
Refactor azure-dev.yml to set default working directory for the build job
1 parent 360df51 commit a7e0628

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/azure-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ permissions:
1616
id-token: write
1717
contents: read
1818

19+
defaults:
20+
run:
21+
working-directory: aspire-sample
22+
1923
jobs:
2024
build:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)