Skip to content

Commit

Permalink
Change message importance to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Sep 17, 2024
1 parent f5a5d2a commit 55b961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Feature.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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>
<Target Name="TransformInitTools" BeforeTargets="BeforeBuild" Condition="!Exists('$(DotnetToolManifestFile)')">
<Exec Command="dotnet new tool-manifest" ContinueOnError="true" WorkingDirectory="$(MSBuildProjectDirectory)\..\" />
Expand Down

0 comments on commit 55b961d

Please sign in to comment.