summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-03-23 20:08:18 -0700
committerKyungwoo Lee <kyulee@microsoft.com>2016-03-23 20:08:18 -0700
commitcec26a62bbdf9f72af120ac7ef6fa2e9903684fa (patch)
treea42d239be1664acfa556c5c2df5e4fd84f74b419 /dir.props
parent15c0f394827c7c9902fe5f41dd62d9be16d14ce9 (diff)
parent45bbee56529086f8476dc430ae971cf5bd29ba11 (diff)
downloadcoreclr-cec26a62bbdf9f72af120ac7ef6fa2e9903684fa.tar.gz
coreclr-cec26a62bbdf9f72af120ac7ef6fa2e9903684fa.tar.bz2
coreclr-cec26a62bbdf9f72af120ac7ef6fa2e9903684fa.zip
Merge pull request #3890 from kyulee1/removeryujitpack
Remove Old NuGet RyuJit Package from Build
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props9
1 files changed, 0 insertions, 9 deletions
diff --git a/dir.props b/dir.props
index 7863433581..153f2f2160 100644
--- a/dir.props
+++ b/dir.props
@@ -114,15 +114,6 @@
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('\\'))"</DnuRestoreCommand>
</PropertyGroup>
- <!-- Setup Nuget properties -->
- <ItemGroup>
- <NuSpecSrcs Include="$(SourceDir)\.nuget\toolchain.win7-x64.Microsoft.DotNet.RyuJit.nuspec" />
- </ItemGroup>
- <ItemGroup>
- <!-- Backslash appended, see note in dir.props about the PackagesBinDir property -->
- <NuSpecs Include="$(PackagesBinDir)\toolchain.win7-x64.Microsoft.DotNet.RyuJit.nuspec" />
- </ItemGroup>
-
<!--
Set up Roslyn predefines
-->