Skip to content

Commit

Permalink
Added log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 24, 2021
1 parent f32b66c commit a0fc4f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/IL2C.Core.Test.Common/ILSupport.Standard.targets
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<FileWrites Include="@(IntermediateAssembly->'%(RootDir)%(Directory)DesignTimeResolveAssemblyReferencesInput.cache', ' ')" />
</ItemGroup>
<Touch Files="$(ILFile)" />
<Message Importance="high" Text="ILSupport: Combined both C# and IL into single assembly: $(AssemblyName).dll" />
<Message Importance="high" Text="ILSupport: Combined both C# and IL into single assembly: &quot;$(AssemblyName).dll&quot;" />
</Target>

<Target Name="VerifyIL">
Expand All @@ -185,6 +185,7 @@
<Exec
IgnoreExitCode="true"
Command="dotnet &quot;$(ILVerifyPath)&quot; &quot;$(TargetVerifyAssembly)&quot; -r $(VerifyReferenceAssemblies)" />
<Message Importance="high" Text="ILSupport: Verified IL assembly: $(TargetVerifyAssembly)" />
</Target>

</Project>

0 comments on commit a0fc4f8

Please sign in to comment.