Skip to content

Commit

Permalink
Trim service core runtime (#15649)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajit-pratap authored Nov 14, 2024
1 parent a11fd57 commit f760711
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\** "/>
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\** "/>
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 f760711

Please sign in to comment.