File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125
125
include :
126
126
- src/mono/wasm/debugger/*
127
127
- src/mono/wasm/runtime/*
128
+ - src/mono/wasm/BrowsersForTesting.props
128
129
- src/mono/mono/*
129
130
- subset : allwasm
130
131
include :
Original file line number Diff line number Diff line change 3
3
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/
4
4
and https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/
5
5
6
- Eg. latest stable version is 96 .0.4664.45 with revision 929512 .
7
- but the closest one available in the snapshosts is 929513 .
8
- Please make sure to check both platforms as sometime
9
- the same snapshot might not be available in one of them.
6
+ Eg. latest stable version is 100 .0.4896.88 with revision 972766 .
7
+ but the closest one available in the snapshosts is 972765 .
8
+ Please make sure to check both platforms as sometimes
9
+ the same snapshot might not be available in both of them.
10
10
-->
11
11
<PropertyGroup Condition =" '$(BrowserHost)' != 'windows'" >
12
- <ChromiumRevision >929513 </ChromiumRevision >
12
+ <ChromiumRevision >972765 </ChromiumRevision >
13
13
<ChromiumUrl >https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chrome-linux.zip</ChromiumUrl >
14
14
<ChromeDriverUrl >https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chromedriver_linux64.zip</ChromeDriverUrl >
15
15
<ChromiumDirName >chrome-linux</ChromiumDirName >
18
18
</PropertyGroup >
19
19
20
20
<PropertyGroup Condition =" '$(BrowserHost)' == 'windows'" >
21
- <ChromiumRevision >929513 </ChromiumRevision >
21
+ <ChromiumRevision >972766 </ChromiumRevision >
22
22
<ChromiumUrl >https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chrome-win.zip</ChromiumUrl >
23
23
<ChromeDriverUrl >https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chromedriver_win32.zip</ChromeDriverUrl >
24
24
<ChromiumDirName >chrome-win</ChromiumDirName >
You can’t perform that action at this time.
0 commit comments