diff --git a/eng/pipelines/common/evaluate-default-paths.yml b/eng/pipelines/common/evaluate-default-paths.yml index 31ee0bdaa405e9..b5effcf62675a8 100644 --- a/eng/pipelines/common/evaluate-default-paths.yml +++ b/eng/pipelines/common/evaluate-default-paths.yml @@ -125,6 +125,7 @@ jobs: include: - src/mono/wasm/debugger/* - src/mono/wasm/runtime/* + - src/mono/wasm/BrowsersForTesting.props - src/mono/mono/* - subset: allwasm include: diff --git a/src/mono/wasm/BrowsersForTesting.props b/src/mono/wasm/BrowsersForTesting.props index eb0c1476f0032d..d0b3383b0cead3 100644 --- a/src/mono/wasm/BrowsersForTesting.props +++ b/src/mono/wasm/BrowsersForTesting.props @@ -3,13 +3,13 @@ https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/ and https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/ - Eg. latest stable version is 96.0.4664.45 with revision 929512. - but the closest one available in the snapshosts is 929513. - Please make sure to check both platforms as sometime - the same snapshot might not be available in one of them. + Eg. latest stable version is 100.0.4896.88 with revision 972766. + but the closest one available in the snapshosts is 972765. + Please make sure to check both platforms as sometimes + the same snapshot might not be available in both of them. --> - 929513 + 972765 https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chrome-linux.zip https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chromedriver_linux64.zip chrome-linux @@ -18,7 +18,7 @@ - 929513 + 972766 https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chrome-win.zip https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chromedriver_win32.zip chrome-win