Skip to content

Commit

Permalink
Seeing what this does
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Dec 6, 2024
1 parent 9236575 commit 766da15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .csharpierignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Uploads/
Uploads/

Tests/MsBuild/TestCases/
3 changes: 1 addition & 2 deletions Src/CSharpier.MsBuild/build/CSharpier.MsBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
ConsoleToMSBuild="true"
StdOutEncoding="utf-8"
StdErrEncoding="utf-8"
IgnoreExitCode="true"
Command=""$(CSharpier_dotnet_Path)" exec "$(CSharpierDllPath)" $(CSharpierArgs) --no-msbuild-check --compilation-errors-as-warnings "$(MSBuildProjectDirectory)" > $(NullOutput) " />
Command=""$(CSharpier_dotnet_Path)" exec "$(CSharpierDllPath)" $(CSharpierArgs) --no-msbuild-check "$(MSBuildProjectDirectory)" > $(NullOutput) " />
</Target>

<!-- getting this to run a single time for projects that target multiple frameworks requires all of this
Expand Down

0 comments on commit 766da15

Please sign in to comment.