mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-08 10:09:37 +00:00
chore: publish from main
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
|
||||
name: sample-app
|
||||
|
||||
infra:
|
||||
provider: bicep
|
||||
path: ./infra
|
||||
module: main
|
||||
|
||||
services:
|
||||
api:
|
||||
project: ./src/api
|
||||
language: ts
|
||||
host: appservice
|
||||
web:
|
||||
project: ./src/web
|
||||
dist: dist
|
||||
language: ts
|
||||
host: staticwebapp
|
||||
|
||||
# Add hooks only when the default lifecycle cannot express the requirement.
|
||||
# Keep nontrivial commands in scripts/azd and provide both OS variants.
|
||||
hooks:
|
||||
preprovision:
|
||||
windows:
|
||||
shell: pwsh
|
||||
run: ./scripts/azd/validate.ps1
|
||||
interactive: false
|
||||
continueOnError: false
|
||||
posix:
|
||||
shell: sh
|
||||
run: ./scripts/azd/validate.sh
|
||||
interactive: false
|
||||
continueOnError: false
|
||||
Reference in New Issue
Block a user