Cloak Non-OSS licensed vstest binary (#19219)
This commit is contained in:
parent
ac65bb3e0c
commit
afab34fd84
1 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,9 @@
|
|||
"defaultRemote": "https://github.com/microsoft/vstest",
|
||||
"exclude": [
|
||||
// Non-OSS license used in VS specific build configurations.
|
||||
"src/package/licenses/LICENSE_VS.txt"
|
||||
// Non-OSS license - https://github.com/dotnet/source-build/issues/4255
|
||||
"src/package/licenses/LICENSE_VS.txt",
|
||||
"test/Microsoft.TestPlatform.CoreUtilities.UnitTests/TestAssets/dotnetWinX86.exe"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue