diff options
Diffstat (limited to 'build.proj')
-rw-r--r-- | build.proj | 3 |
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) "$(SourceDir).nuget/init/project.json" --source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> + <Exec Command="$(DnuRestoreCommand) $(SourceDir).nuget/init/init.csproj" + StandardOutputImportance="Low" /> </Target> </Project> |