File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 188
188
"defaultRemote" : " https://github.com/dotnet/winforms" ,
189
189
"exclude" : [
190
190
// Non-OSS license - https://github.com/dotnet/source-build/issues/3772
191
- " src/System.Windows.Forms/tests/IntegrationTests /DesignSurface/**/*.cs" ,
192
- " src/System.Windows.Forms/tests/IntegrationTests /DesignSurface/**/*.ico" ,
193
- " src/System.Windows.Forms/tests/IntegrationTests /DesignSurface/**/*.resx" ,
194
- " src/System.Windows.Forms/tests/IntegrationTests/ DesignSurface/LICENSE .txt"
191
+ " src/test/integration /DesignSurface/**/*.cs" ,
192
+ " src/test/integration /DesignSurface/**/*.ico" ,
193
+ " src/test/integration /DesignSurface/**/*.resx" ,
194
+ " src/test/integration/ DesignSurface/THIRD-PARTY-NOTICE .txt"
195
195
]
196
196
},
197
197
{
You can’t perform that action at this time.
0 commit comments