summaryrefslogtreecommitdiff
path: root/build.proj
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-05-02 16:33:41 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-05-16 16:37:21 -0700
commit798387ee90d7536d5a620af8482100ba76f6061a (patch)
treec11eea885b05e7424f103cd671d227ff173a3083 /build.proj
parent36e988ee6593351f1e962118a99154df5eae0254 (diff)
downloadcoreclr-798387ee90d7536d5a620af8482100ba76f6061a.tar.gz
coreclr-798387ee90d7536d5a620af8482100ba76f6061a.tar.bz2
coreclr-798387ee90d7536d5a620af8482100ba76f6061a.zip
Update Coreclr to 2.0.0 buildtools
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 07bb11a922..b2f6cffb1f 100644
--- a/build.proj
+++ b/build.proj
@@ -40,7 +40,8 @@
<Target Name="Sync" BeforeTargets="Build" />
<Target Name="RestoreNETCorePlatforms" AfterTargets="Build" Condition="'$(RestoreDuringBuild)'=='true'">
- <Exec Command="$(DnuRestoreCommand) &quot;$(SourceDir).nuget/init/project.json&quot; --source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+ <Exec Command="$(DnuRestoreCommand) $(SourceDir).nuget/init/init.csproj"
+ StandardOutputImportance="Low" />
</Target>
</Project>