Skip to content

Commit 4eecff7

Browse files
authored
Disable VMR updates for dotnet/scenario-tests (#45745)
1 parent c83668a commit 4eecff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VirtualMonoRepo/source-mappings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
},
113113
{
114114
"name": "scenario-tests",
115-
"defaultRemote": "https://github.com/dotnet/scenario-tests"
115+
"defaultRemote": "https://github.com/dotnet/scenario-tests",
116+
"disableSynchronization": true
116117
},
117118
{
118119
"name": "sdk",

0 commit comments

Comments
 (0)