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:
authorGaurav Khanna <gkhanna@microsoft.com>2015-11-06 02:45:29 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2015-11-06 19:56:22 +0300
commit0426c10f2466b22782ee2417880b9df60e407d6e (patch)
tree96cebc0258b02250d5a3263859055e7d7d8eee71 /dir.props
parent74ac9c70156c61fa75d1a63e394ebc0444e5cc34 (diff)
Rename Nuget packages to toolchain.<OS>-<Arch>.Microsoft.DotNet.ILToNative.* form so that we can publish them for all OS/Arch combinations
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props9
1 files changed, 4 insertions, 5 deletions
diff --git a/dir.props b/dir.props
index 3437944d7..75129049c 100644
--- a/dir.props
+++ b/dir.props
@@ -112,12 +112,11 @@
<NuGetSourceList Include="https:%2F%2Fwww.myget.org/F/dotnet-buildtools" />
<NuGetSourceList Include="https:%2F%2Fwww.nuget.org/api/v2" />
- <NuSpecSrcs Condition="'$(OSGroup)' == 'Windows_NT'" Include="$(SourceDir).nuget\Microsoft.DotNet.ILToNative.nuspec" />
- <NuSpecSrcs Condition="'$(OSGroup)' == 'Windows_NT'" Include="$(SourceDir).nuget\Microsoft.DotNet.ILToNative.Development.nuspec" />
- <NuSpecSrcs Condition="'$(OSGroup)' != 'Windows_NT'" Include="$(SourceDir).nuget\$(OSGroup)\Microsoft.DotNet.ILToNative.nuspec" />
+ <NuSpecSrcs Include="$(SourceDir).nuget\toolchain.$(BinDirOSGroup)-$(BinDirPlatform).Microsoft.DotNet.ILToNative.nuspec" />
+ <NuSpecSrcs Condition="'$(OSGroup)' == 'Windows_NT'" Include="$(SourceDir).nuget\toolchain.$(BinDirOSGroup)-$(BinDirPlatform).Microsoft.DotNet.ILToNative.Development.nuspec" />
- <NuSpecs Include="$(ProductPackageDir)Microsoft.DotNet.ILToNative.nuspec" />
- <NuSpecs Condition="'$(OSGroup)' == 'Windows_NT'" Include="$(ProductPackageDir)Microsoft.DotNet.ILToNative.Development.nuspec" />
+ <NuSpecs Include="$(ProductPackageDir)toolchain.$(BinDirOSGroup)-$(BinDirPlatform).Microsoft.DotNet.ILToNative.nuspec" />
+ <NuSpecs Condition="'$(OSGroup)' == 'Windows_NT'" Include="$(ProductPackageDir)toolchain.$(BinDirOSGroup)-$(BinDirPlatform).Microsoft.DotNet.ILToNative.Development.nuspec" />
</ItemGroup>
<!-- Common nuget properties -->