We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d01d76 commit 0f6c046Copy full SHA for 0f6c046
pkgs/development/compilers/dotnet/record-downloaded-packages.proj
@@ -6,7 +6,7 @@
6
<_NuGetToNixPackageCache Include="$(ProjectDirectory)artifacts/source-build/self/package-cache/"/>
7
</ItemGroup>
8
<Exec
9
- Command="nuget-to-json '@(_NuGetToNixPackageCache)' >'$(ProjectDirectory)deps.json' 2>'$(ProjectDirectory)deps.out'"
+ Command="nuget-to-json '@(_NuGetToNixPackageCache)' >'$(ProjectDirectory)deps.json'"
10
WorkingDirectory="$(ProjectDirectory)"
11
Condition="Exists('%(Identity)')"/>
12
</Target>
0 commit comments