Skip to content

Commit

Permalink
ILASM - Disable fileversionpreservation test (#71972)
Browse files Browse the repository at this point in the history
* Disable fileversionpreservation test

* Using <IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible> to disable roundtrip test for fileversionpreservation

* Update issues.targets
  • Loading branch information
TIHan authored Jul 13, 2022
1 parent 92d8a8b commit 305952c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>exe</OutputType>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
<IlasmRoundTripIncompatible>true</IlasmRoundTripIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="fileversionpreservation.cs" />
Expand Down

0 comments on commit 305952c

Please sign in to comment.