-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathazure.yaml
37 lines (32 loc) · 1.05 KB
/
azure.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
##
## This AZD template will create all the resources necessary to
## test the Community Toolkit/Datasync libraries, plus deploy an
## app service (on free tier) that talks to the AzSQL service
## for the TODO Sample Service
##
name: communitytoolkit-datasync-test-services
hooks:
postprovision:
posix:
interactive: true
shell: sh
run: ./infra/scripts/write-runsettings.sh
windows:
interactive: true
shell: pwsh
run: ./infra/scripts/write-runsettings.ps1
predown:
posix:
interactive: true
shell: sh
run: ./infra/scripts/remove-runsettings.sh
windows:
interactive: true
shell: pwsh
run: ./infra/scripts/remove-runsettings.ps1
services:
todoservice:
language: csharp
project: ./samples/datasync-server/src/Sample.Datasync.Server
host: appservice