Skip to content

Commit

Permalink
fix(ci): re-enable IL Post-Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 16, 2023
1 parent b3250da commit 3da4a81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CSCore/CSCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<!--<PostBuildEvent>@echo off &amp; setLocal EnableDELAYedeXpansion
<PostBuildEvent>
@echo off &amp; setLocal EnableDELAYedeXpansion
chcp 65001

set errorCode=0
Expand Down Expand Up @@ -791,7 +792,7 @@
:EXIT_ERR
set errorCode=-1
goto EXIT
</PostBuildEvent>-->
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
Expand Down

0 comments on commit 3da4a81

Please sign in to comment.