Skip to content

Commit 949e0b0

Browse files
author
machibuse
committed
Update TypeMapper task definition to streamline formatting and improve consistency
1 parent 1d8006c commit 949e0b0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Source/Porticle.Grpc.TypeMapper/Porticle.Grpc.TypeMapper.targets

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project>
2-
<!-- Importiere den Task aus der DLL im NuGet-Paket -->
3-
<UsingTask
4-
TaskName="Porticle.Grpc.ProtoPostProcessor"
5-
AssemblyFile="$(MSBuildThisFileDirectory)../tools/$(TargetFramework)/Porticle.Grpc.TypeMapper.dll"/>
6-
2+
<UsingTask TaskName="Porticle.Grpc.TypeMapper.ProtoPostProcessor" AssemblyFile="$(MSBuildThisFileDirectory)../tools/$(TargetFramework)/Porticle.Grpc.TypeMapper.dll"/>
73
<Target Name="RunProtoPostProcessing" AfterTargets="Protobuf_Compile">
84
<ItemGroup>
95
<_FilesToPostProcess Include="$(MSBuildProjectDirectory)/%(Protobuf_Compile.OutputDir)/%(Protobuf_Compile.Filename)"/>

0 commit comments

Comments
 (0)