Skip to content

Commit

Permalink
exclude new test assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajit-pratap committed Nov 14, 2024
1 parent 6536576 commit 112371f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<files>
<file src="**"
target="lib\$TargetFramework$\"
exclude="**\*.txt;**\*.rtf;en-US\fallback_docs\*;NodeHelpSharedDocs\*;Open Source Licenses\*;samples\**;**\*Tests.dll;**\*Tests.runtimeconfig.json;**\*Tests.pdb;FFITarget.*;ProtoTestConsoleRunner.exe;ProtoTest.dll;ProtoTest.pdb;nunit*.dll;NUnit3.TestAdapter.*;TestServices.* "/>
exclude="**\*.txt;**\*.rtf;en-US\fallback_docs\*;NodeHelpSharedDocs\*;Open Source Licenses\*;samples\**;**\*Tests.dll;**\*Tests.runtimeconfig.json;**\*Tests.pdb;FFITarget.*;ProtoTestConsoleRunner.exe;TestCodeBlockNodeSecurityIssue.dll;ProtoTest.dll;ProtoTest.pdb;nunit*.dll;NUnit3.TestAdapter.*;TestServices.* "/>
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<files>
<file src="**"
target="lib\$TargetFramework$\"
exclude="**\*.pdb;**\*.txt;**\*.rtf;en-US\fallback_docs\*;NodeHelpSharedDocs\*;Open Source Licenses\*;samples\**;**\*Tests.dll;**\*Tests.runtimeconfig.json;**\*Tests.pdb;FFITarget.*;ProtoTestConsoleRunner.exe;ProtoTest.dll;ProtoTest.pdb;nunit*.dll;NUnit3.TestAdapter.*;TestServices.* "/>
exclude="**\*.pdb;**\*.txt;**\*.rtf;en-US\fallback_docs\*;NodeHelpSharedDocs\*;Open Source Licenses\*;samples\**;**\*Tests.dll;**\*Tests.runtimeconfig.json;**\*Tests.pdb;FFITarget.*;ProtoTestConsoleRunner.exe;TestCodeBlockNodeSecurityIssue.dll;ProtoTest.dll;ProtoTest.pdb;nunit*.dll;NUnit3.TestAdapter.*;TestServices.* "/>
</files>
</package>

0 comments on commit 112371f

Please sign in to comment.