summaryrefslogtreecommitdiff
path: root/build.proj
diff options
context:
space:
mode:
authorGaurav Khanna (CLR) <gaurav.khanna@microsoft.com>2016-02-04 16:22:06 -0800
committerGaurav Khanna <gkhanna@microsoft.com>2016-02-07 17:04:36 -0800
commitf025f9c678b7194d3b125d0cfa4f8c8e9d27beab (patch)
treec50d048043df804495a891ec8079a82a4319371f /build.proj
parent405eb72a0f442a96ec814fd2a9995925b3b0b1ee (diff)
downloadcoreclr-f025f9c678b7194d3b125d0cfa4f8c8e9d27beab.tar.gz
coreclr-f025f9c678b7194d3b125d0cfa4f8c8e9d27beab.tar.bz2
coreclr-f025f9c678b7194d3b125d0cfa4f8c8e9d27beab.zip
Change to support Microsoft.NetCore.Runtime.CoreCLR nuget package generation.
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 95b7a6ec68..7202143088 100644
--- a/build.proj
+++ b/build.proj
@@ -15,4 +15,9 @@
<Target Name="Clean">
<Delete Files="$(BinDir)mscorlib.*" />
</Target>
+
+ <Target Name="RestoreNETCorePlatforms" AfterTargets="Build">
+ <Exec Command="$(DnuRestoreCommand) $(SourceDir).nuget/init/project.json --source https://www.myget.org/F/dotnet-core/" />
+ </Target>
+
</Project> \ No newline at end of file