summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexGhiondea <AlexGhiondea@users.noreply.github.com>2015-02-13 11:27:20 -0800
committerAlexGhiondea <AlexGhiondea@users.noreply.github.com>2015-02-13 11:27:20 -0800
commiteb2a67fe31cd13aa03335c365d75d639514992f1 (patch)
treef3843574e0dd202d21aacb40dc70518f6912e2a3
parente5d16144cc72ebee9ef5c2cc046964638d567934 (diff)
parentfaeedee8fa8c9dfb973eee5bebb0c2cd211d4bb9 (diff)
downloadcoreclr-eb2a67fe31cd13aa03335c365d75d639514992f1.tar.gz
coreclr-eb2a67fe31cd13aa03335c365d75d639514992f1.tar.bz2
coreclr-eb2a67fe31cd13aa03335c365d75d639514992f1.zip
Merge pull request #262 from AlexGhiondea/produceDevPackage
Update the CoreCLR nuspec to deploy the files under the aspnetcore5 folder
-rw-r--r--src/.nuget/Microsoft.DotNet.CoreCLR.Development.nuspec40
-rw-r--r--src/.nuget/Microsoft.DotNet.CoreCLR.nuspec18
2 files changed, 29 insertions, 29 deletions
diff --git a/src/.nuget/Microsoft.DotNet.CoreCLR.Development.nuspec b/src/.nuget/Microsoft.DotNet.CoreCLR.Development.nuspec
index faf2c8e9ca..b8306b760b 100644
--- a/src/.nuget/Microsoft.DotNet.CoreCLR.Development.nuspec
+++ b/src/.nuget/Microsoft.DotNet.CoreCLR.Development.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Microsoft.DotNet.CoreCLR.Development</id>
- <version>1.0.1-prerelease</version>
+ <version>1.0.2-prerelease</version>
<title>Microsoft DotNet CoreCLR Runtime For Component Development</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
@@ -15,25 +15,25 @@
<copyright>Copyright &#169; Microsoft Corporation</copyright>
</metadata>
<files>
- <file src="..\clretwrc.dll" target="bin\clretwrc.dll" />
- <file src="..\coreclr.dll" target="bin\coreclr.dll" />
- <file src="..\mscordaccore.dll" target="bin\mscordaccore.dll" />
- <file src="..\mscordbi.dll" target="bin\mscordbi.dll" />
- <file src="..\mscorrc.dll" target="bin\mscorrc.dll" />
- <file src="..\mscorrc.debug.dll" target="bin\mscorrc.debug.dll" />
- <file src="..\corerun.exe" target="bin\corerun.exe" />
- <file src="..\mscorlib.dll" target="bin\mscorlib.dll" />
- <file src="..\sos.dll" target="bin\sos.dll" />
- <file src="..\PDB\clretwrc.pdb" target="bin\clretwrc.pdb" />
- <file src="..\PDB\coreclr.pdb" target="bin\coreclr.pdb" />
- <file src="..\PDB\corerun.pdb" target="bin\corerun.pdb" />
- <file src="..\PDB\mscordaccore.pdb" target="bin\mscordaccore.pdb" />
- <file src="..\PDB\mscordbi.pdb" target="bin\mscordbi.pdb" />
- <file src="..\PDB\mscorrc.pdb" target="bin\mscorrc.pdb" />
- <file src="..\PDB\mscorrc.debug.pdb" target="bin\mscorrc.debug.pdb" />
- <file src="..\PDB\corerun.pdb" target="bin\corerun.pdb" />
- <file src="..\PDB\sos.pdb" target="bin\sos.pdb" />
- <file src="..\PDB\mscorlib.pdb" target="bin\mscorlib.pdb" />
+ <file src="..\clretwrc.dll" target="lib\aspnetcore50\clretwrc.dll" />
+ <file src="..\coreclr.dll" target="lib\aspnetcore50\coreclr.dll" />
+ <file src="..\mscordaccore.dll" target="lib\aspnetcore50\mscordaccore.dll" />
+ <file src="..\mscordbi.dll" target="lib\aspnetcore50\mscordbi.dll" />
+ <file src="..\mscorrc.dll" target="lib\aspnetcore50\mscorrc.dll" />
+ <file src="..\mscorrc.debug.dll" target="lib\aspnetcore50\mscorrc.debug.dll" />
+ <file src="..\corerun.exe" target="lib\aspnetcore50\corerun.exe" />
+ <file src="..\mscorlib.dll" target="lib\aspnetcore50\mscorlib.dll" />
+ <file src="..\sos.dll" target="lib\aspnetcore50\sos.dll" />
+ <file src="..\PDB\clretwrc.pdb" target="lib\aspnetcore50\clretwrc.pdb" />
+ <file src="..\PDB\coreclr.pdb" target="lib\aspnetcore50\coreclr.pdb" />
+ <file src="..\PDB\corerun.pdb" target="lib\aspnetcore50\corerun.pdb" />
+ <file src="..\PDB\mscordaccore.pdb" target="lib\aspnetcore50\mscordaccore.pdb" />
+ <file src="..\PDB\mscordbi.pdb" target="lib\aspnetcore50\mscordbi.pdb" />
+ <file src="..\PDB\mscorrc.pdb" target="lib\aspnetcore50\mscorrc.pdb" />
+ <file src="..\PDB\mscorrc.debug.pdb" target="lib\aspnetcore50\mscorrc.debug.pdb" />
+ <file src="..\PDB\corerun.pdb" target="lib\aspnetcore50\corerun.pdb" />
+ <file src="..\PDB\sos.pdb" target="lib\aspnetcore50\sos.pdb" />
+ <file src="..\PDB\mscorlib.pdb" target="lib\aspnetcore50\mscorlib.pdb" />
<file src="..\inc\cor.h" target="inc\cor.h" />
<file src="..\inc\corerror.h" target="inc\corerror.h" />
<file src="..\inc\corhdr.h" target="inc\corhdr.h" />
diff --git a/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec b/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec
index c58e26471d..a41c89cd9c 100644
--- a/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec
+++ b/src/.nuget/Microsoft.DotNet.CoreCLR.nuspec
@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Microsoft.DotNet.CoreCLR</id>
- <version>1.0.0-prerelease</version>
+ <version>1.0.2-prerelease</version>
<title>Microsoft DotNet CoreCLR Runtime</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
@@ -15,13 +15,13 @@
<copyright>Copyright &#169; Microsoft Corporation</copyright>
</metadata>
<files>
- <file src="..\clretwrc.dll" target="bin\clretwrc.dll" />
- <file src="..\coreclr.dll" target="bin\coreclr.dll" />
- <file src="..\mscordaccore.dll" target="bin\mscordaccore.dll" />
- <file src="..\mscordbi.dll" target="bin\mscordbi.dll" />
- <file src="..\mscorrc.dll" target="bin\mscorrc.dll" />
- <file src="..\mscorrc.debug.dll" target="bin\mscorrc.debug.dll" />
- <file src="..\corerun.exe" target="bin\corerun.exe" />
- <file src="..\mscorlib.dll" target="bin\mscorlib.dll" />
+ <file src="..\clretwrc.dll" target="lib\aspnetcore50\clretwrc.dll" />
+ <file src="..\coreclr.dll" target="lib\aspnetcore50\coreclr.dll" />
+ <file src="..\mscordaccore.dll" target="lib\aspnetcore50\mscordaccore.dll" />
+ <file src="..\mscordbi.dll" target="lib\aspnetcore50\mscordbi.dll" />
+ <file src="..\mscorrc.dll" target="lib\aspnetcore50\mscorrc.dll" />
+ <file src="..\mscorrc.debug.dll" target="lib\aspnetcore50\mscorrc.debug.dll" />
+ <file src="..\corerun.exe" target="lib\aspnetcore50\corerun.exe" />
+ <file src="..\mscorlib.dll" target="lib\aspnetcore50\mscorlib.dll" />
</files>
</package>