Skip to content

Commit

Permalink
Fix launching ILCompiler project under debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Aug 18, 2022
1 parent 8da27cb commit b570c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<!-- BEGIN: Workaround for https://github.com/dotnet/runtime/issues/67742 -->
<PropertyGroup>
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
<PublishDir>$(RuntimeBinDir)ilc-published/</PublishDir>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
Expand Down

0 comments on commit b570c1a

Please sign in to comment.