File tree Expand file tree Collapse file tree 2 files changed +34
-28
lines changed
Expand file tree Collapse file tree 2 files changed +34
-28
lines changed Original file line number Diff line number Diff line change @@ -3,31 +3,4 @@ name: multi-agent-custom-automation-engine-solution-accelerator
33metadata :
4455requiredVersions :
6- azd : " >=1.15.0 !=1.17.1"
7-
8- services :
9- backend :
10- project : ./src/backend
11- language : py
12- host : containerapp
13- docker :
14- image : backend
15- remoteBuild : true
16-
17- frontend :
18- project : ./src/frontend
19- language : py
20- host : appservice
21- dist : ./dist
22- hooks :
23- prepackage :
24- windows :
25- shell : pwsh
26- run : ../../infra/scripts/package_frontend.ps1
27- interactive : true
28- continueOnError : false
29- posix :
30- shell : sh
31- run : bash ../../infra/scripts/package_frontend.sh
32- interactive : true
33- continueOnError : false
6+ azd : " >=1.15.0 !=1.17.1"
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2+ name : multi-agent-custom-automation-engine-solution-accelerator
3+ metadata :
4+ 5+ requiredVersions :
6+ azd : " >=1.15.0 !=1.17.1"
7+
8+ services :
9+ backend :
10+ project : ./src/backend
11+ language : py
12+ host : containerapp
13+ docker :
14+ image : backend
15+ remoteBuild : true
16+
17+ frontend :
18+ project : ./src/frontend
19+ language : py
20+ host : appservice
21+ dist : ./dist
22+ hooks :
23+ prepackage :
24+ windows :
25+ shell : pwsh
26+ run : ../../infra/scripts/package_frontend.ps1
27+ interactive : true
28+ continueOnError : false
29+ posix :
30+ shell : sh
31+ run : bash ../../infra/scripts/package_frontend.sh
32+ interactive : true
33+ continueOnError : false
You can’t perform that action at this time.
0 commit comments