Cloak Non-OSS licensed Winforms test (#19218)
This commit is contained in:
parent
da0c529d98
commit
830e02f93c
2 changed files with 5 additions and 8 deletions
|
@ -274,13 +274,6 @@ src/vstest/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/ProcDumpArgs
|
|||
src/vstest/src/package/Microsoft.CodeCoverage/ThirdPartyNoticesCodeCoverage.txt
|
||||
src/vstest/src/package/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI/License.rtf
|
||||
|
||||
#
|
||||
# winforms
|
||||
#
|
||||
|
||||
# ISSUE: Winforms repo bringing in a non-open source license (https://github.com/dotnet/source-build/issues/3772)
|
||||
src/winforms/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/LICENSE.txt
|
||||
|
||||
#
|
||||
# wpf
|
||||
#
|
||||
|
|
|
@ -186,7 +186,11 @@
|
|||
},
|
||||
{
|
||||
"name": "winforms",
|
||||
"defaultRemote": "https://github.com/dotnet/winforms"
|
||||
"defaultRemote": "https://github.com/dotnet/winforms",
|
||||
"exclude": [
|
||||
// Non-OSS license - https://github.com/dotnet/source-build/issues/3772
|
||||
"src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "wpf",
|
||||
|
|
Loading…
Reference in a new issue