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.
2 parents 36b6767 + 2e4ecde commit 7f8484aCopy full SHA for 7f8484a
azure.yaml
@@ -10,17 +10,17 @@ services:
10
host: function
11
12
hooks:
13
- preprovision:
14
- posix:
15
- shell: sh
16
- run: ./scripts/setup-app-registration.sh
17
- interactive: false
18
- continueOnError: false
19
- windows:
20
- shell: pwsh
21
- run: ./scripts/setup-app-registration.ps1
22
23
+ # preprovision:
+ # posix:
+ # shell: sh
+ # run: ./scripts/setup-app-registration.sh
+ # interactive: false
+ # continueOnError: false
+ # windows:
+ # shell: pwsh
+ # run: ./scripts/setup-app-registration.ps1
24
postprovision:
25
windows:
26
shell: pwsh
0 commit comments