Skip to content

Commit 3e886ba

Browse files
authored
Update debug-with-host.md (#4592)
1 parent 86e21da commit 3e886ba

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

docs/debug-with-host.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This will build the CLI and start the host with the provided command and test ap
3838
3. Set the `Working directory` to the path of your test app
3939
4. Press `F5`
4040

41-
![Visual Studio Debug Settings](../images/vs-debug-settings.png)
41+
![Visual Studio Debug Settings](./images/vs-debug-settings.png)
4242

4343
#### Other
4444

@@ -57,4 +57,4 @@ export FUNC_CLI=<path-to-published-cli>
5757

5858
# Start the host inside the test app directory
5959
$FUNC_CLI start
60-
```
60+
```

eng/ci/public-build.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,21 @@ schedules:
66
- main
77
always: true
88

9+
trigger: none
10+
911
pr:
1012
branches:
1113
include:
1214
- release_4.0
1315
- main
1416
- in-proc
1517
paths:
16-
exclude:
17-
- docs/*
18-
- '**/*.md'
19-
20-
trigger:
21-
batch: true
22-
branches:
2318
include:
24-
- release_4.0
25-
- main
26-
- in-proc
27-
- feature/*
28-
paths:
19+
- eng
20+
- src
21+
- test
2922
exclude:
30-
- docs/*
23+
- docs
3124
- '**/*.md'
3225

3326
resources:

0 commit comments

Comments
 (0)