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 766da15 commit f0c025aCopy full SHA for f0c025a
Src/CSharpier.MsBuild/build/CSharpier.MsBuild.targets
@@ -26,7 +26,7 @@
26
ConsoleToMSBuild="true"
27
StdOutEncoding="utf-8"
28
StdErrEncoding="utf-8"
29
- Command=""$(CSharpier_dotnet_Path)" exec "$(CSharpierDllPath)" $(CSharpierArgs) --no-msbuild-check "$(MSBuildProjectDirectory)" > $(NullOutput) " />
+ Command=""$(CSharpier_dotnet_Path)" exec "$(CSharpierDllPath)" $(CSharpierArgs) --no-msbuild-check "$(MSBuildProjectDirectory)" " />
30
</Target>
31
32
<!-- getting this to run a single time for projects that target multiple frameworks requires all of this
0 commit comments