File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ This will build the CLI and start the host with the provided command and test ap
38
38
3 . Set the ` Working directory ` to the path of your test app
39
39
4 . Press ` F5 `
40
40
41
- ![ Visual Studio Debug Settings] ( .. /images/vs-debug-settings.png )
41
+ ![ Visual Studio Debug Settings] ( ./images/vs-debug-settings.png )
42
42
43
43
#### Other
44
44
@@ -57,4 +57,4 @@ export FUNC_CLI=<path-to-published-cli>
57
57
58
58
# Start the host inside the test app directory
59
59
$FUNC_CLI start
60
- ```
60
+ ```
Original file line number Diff line number Diff line change @@ -6,28 +6,21 @@ schedules:
6
6
- main
7
7
always : true
8
8
9
+ trigger : none
10
+
9
11
pr :
10
12
branches :
11
13
include :
12
14
- release_4.0
13
15
- main
14
16
- in-proc
15
17
paths :
16
- exclude :
17
- - docs/*
18
- - ' **/*.md'
19
-
20
- trigger :
21
- batch : true
22
- branches :
23
18
include :
24
- - release_4.0
25
- - main
26
- - in-proc
27
- - feature/*
28
- paths :
19
+ - eng
20
+ - src
21
+ - test
29
22
exclude :
30
- - docs/*
23
+ - docs
31
24
- ' **/*.md'
32
25
33
26
resources :
You can’t perform that action at this time.
0 commit comments