Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorAndon Andonov <andon.andonov@microsoft.com>2018-01-03 20:55:58 +0300
committerAndon Andonov <andon.andonov@microsoft.com>2018-01-03 20:55:58 +0300
commit11de7fca5c519f7d57a25d457880860eb86740cb (patch)
tree0ab74f508b9af826fe35897b9a6a656c6f36a202 /pkg
parent663ce7ec1bd069904dbee36cb9e43451a6726ec5 (diff)
Remove unused exclude
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj b/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
index 40f3ad025..b7b2f5cdd 100644
--- a/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
+++ b/pkg/Microsoft.DotNet.ILCompiler/Microsoft.DotNet.ILCompiler.pkgproj
@@ -33,7 +33,7 @@
</File>
<!-- This assembly is needed so the build tasks can be resolved and run from the metapackage -->
- <File Include="$(BaseOutputPath)\$(OSPlatformConfig)\tools\\ILCompiler.Build.Tasks.dll" Exclude="$(BaseOutputPath)\$(OSPlatformConfig)\tools\*.pdb">
+ <File Include="$(BaseOutputPath)\$(OSPlatformConfig)\tools\\ILCompiler.Build.Tasks.dll">
<TargetPath>tools</TargetPath>
</File>
</ItemGroup>