Skip to content

Commit

Permalink
Set importance to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Oct 23, 2024
1 parent b56e386 commit 5bd9289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serenity.Net.Web/Serenity.Net.Web.targets
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ catch (Exception ex)
<PropertyGroup>
<SergenTransformArgs>-p &quot;$(ProjectFileName)&quot; -prop:Configuration=$(Configuration) -prop:AssemblyName=&quot;$(AssemblyName)&quot; -prop:ESMAssetBasePath=&quot;$(ESMAssetBasePath)&quot; -prop:OutDir=&quot;$(OutDir.Trim('\'))&quot; -prop:RootNamespace=$(RootNamespace) -prop:TargetFramework=$(TargetFramework)</SergenTransformArgs>
</PropertyGroup>
<Message Importance="high" Text="Transform Arguments: $(SergenTransformArgs)"/>
<Message Importance="normal" Text="Transform Arguments: $(SergenTransformArgs)"/>
</Target>
</Project>

0 comments on commit 5bd9289

Please sign in to comment.