lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dotnet: stop logging nuget-to-json to deps.out

stderr now propagates through msbuild in VMR builds, so this shouldn't
be necessary.

+1 -1
+1 -1
pkgs/development/compilers/dotnet/record-downloaded-packages.proj
··· 6 6 <_NuGetToNixPackageCache Include="$(ProjectDirectory)artifacts/source-build/self/package-cache/"/> 7 7 </ItemGroup> 8 8 <Exec 9 - Command="nuget-to-json '@(_NuGetToNixPackageCache)' >'$(ProjectDirectory)deps.json' 2>'$(ProjectDirectory)deps.out'" 9 + Command="nuget-to-json '@(_NuGetToNixPackageCache)' >'$(ProjectDirectory)deps.json'" 10 10 WorkingDirectory="$(ProjectDirectory)" 11 11 Condition="Exists('%(Identity)')"/> 12 12 </Target>