We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c93e0 commit 57599a5Copy full SHA for 57599a5
azure.yaml
@@ -23,12 +23,7 @@ services:
23
# Needed to get the BURGER_API_URL env var set
24
hooks:
25
predeploy:
26
- windows:
27
- shell: pwsh
28
- run: npm run build
29
- posix:
30
- shell: sh
31
+ run: npm run build
32
33
agent-api:
34
project: ./packages/agent-api
@@ -43,16 +38,6 @@ services:
43
38
44
39
45
40
postprovision:
46
47
48
- run: azd env get-values > .env
49
50
51
41
+ run: azd env get-values > .env
52
42
postup:
53
54
55
- run: npm run -s env
56
57
58
+ run: npm run -s env
0 commit comments