Skip to content

Commit dad5440

Browse files
committed
[wasm] Update the default paths used to trigger builds on CI
.. to include templates, and provisioning props.
1 parent bb0d80a commit dad5440

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/pipelines/common/evaluate-default-paths.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- src/tests/BuildWasmApps/*
110110
- src/mono/wasm/build/*
111111
- src/mono/wasm/runtime/*
112+
- src/mono/wasm/templates/*
112113
- src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/*
113114
- src/mono/nuget/Microsoft.NET.Runtime.WebAssembly.Sdk/*
114115
- src/mono/nuget/Microsoft.NET.Runtime.wasm.Sample.Mono/*
@@ -125,7 +126,9 @@ jobs:
125126
include:
126127
- src/mono/wasm/debugger/*
127128
- src/mono/wasm/runtime/*
128-
- src/mono/wasm/BrowsersForTesting.props
129+
- src/tests/BuildWasmApps/*
130+
- eng/testing/ProvisioningVersions.props
131+
- eng/testing/scenarios/WasmDebuggerTestsJobsList.txt
129132
- src/mono/mono/*
130133
- subset: allwasm
131134
include:

0 commit comments

Comments
 (0)