Refactor azure-dev.yml to set default working directory for the build job

هذا الالتزام موجود في:
Chris Ayers
2024-09-26 12:02:53 -04:00
الأصل 360df51919
التزام a7e0628994

عرض الملف

@@ -16,6 +16,10 @@ permissions:
id-token: write id-token: write
contents: read contents: read
defaults:
run:
working-directory: aspire-sample
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest