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
diff options
context:
space:
mode:
authorSenthil Chellappan <schellap@microsoft.com>2015-12-03 21:50:14 +0300
committerSenthil <schellap@microsoft.com>2015-12-10 01:46:53 +0300
commite03ac1074522e8b6858723d023687d03882be3ff (patch)
tree4c5d81e5fff7b57cbc5520cd41c8cecc97b2c83e /dir.props
parent47e02756fd100b26a833bea16710046bbe7e6ab6 (diff)
Splitting packages to toolchain and runtime
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props11
1 files changed, 0 insertions, 11 deletions
diff --git a/dir.props b/dir.props
index ba3e38af4..ce56635fb 100644
--- a/dir.props
+++ b/dir.props
@@ -120,17 +120,6 @@
<ItemGroup>
<NuGetSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools" />
<NuGetSourceList Include="https:%2F%2Fwww.nuget.org/api/v2" />
-
- <!-- Platform agnostic parent NuSpec -->
- <NuSpecSrcs Include="$(SourceDir).nuget\Microsoft.DotNet.ILCompiler.nuspec" />
- <NuPkgRuntimeJson Include="$(SourceDir).nuget\runtime.json" />
-
- <NuSpecSrcs Include="$(SourceDir).nuget\toolchain.$(NuPkgRuntimeOS)-$(NuPkgRuntimePlatform).Microsoft.DotNet.ILCompiler.nuspec" />
- <NuSpecSrcs Include="$(SourceDir).nuget\toolchain.$(NuPkgRuntimeOS)-$(NuPkgRuntimePlatform).Microsoft.DotNet.ILCompiler.Development.nuspec" />
-
- <NuSpecs Include="$(ProductPackageDir)Microsoft.DotNet.ILCompiler.nuspec" />
- <NuSpecs Include="$(ProductPackageDir)toolchain.$(NuPkgRuntimeOS)-$(NuPkgRuntimePlatform).Microsoft.DotNet.ILCompiler.nuspec" />
- <NuSpecs Include="$(ProductPackageDir)toolchain.$(NuPkgRuntimeOS)-$(NuPkgRuntimePlatform).Microsoft.DotNet.ILCompiler.Development.nuspec" />
</ItemGroup>
<!-- Common nuget properties -->