Skip to content

Commit 0f6c046

Browse files
committed
dotnet: stop logging nuget-to-json to deps.out
stderr now propagates through msbuild in VMR builds, so this shouldn't be necessary.
1 parent 4d01d76 commit 0f6c046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/compilers/dotnet/record-downloaded-packages.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<_NuGetToNixPackageCache Include="$(ProjectDirectory)artifacts/source-build/self/package-cache/"/>
77
</ItemGroup>
88
<Exec
9-
Command="nuget-to-json '@(_NuGetToNixPackageCache)' >'$(ProjectDirectory)deps.json' 2>'$(ProjectDirectory)deps.out'"
9+
Command="nuget-to-json '@(_NuGetToNixPackageCache)' >'$(ProjectDirectory)deps.json'"
1010
WorkingDirectory="$(ProjectDirectory)"
1111
Condition="Exists('%(Identity)')"/>
1212
</Target>

0 commit comments

Comments
 (0)