Skip to content

Commit c12c38a

Browse files
author
machibuse
committed
Update GuidMapper path in Unit Tests to use configuration-based directory
1 parent 46a2148 commit c12c38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Porticle.Grpc.UnitTests/Porticle.Grpc.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<_FilesToPostProcess Include="$(MSBuildProjectDirectory)\%(Protobuf_Compile.OutputDir)\%(Protobuf_Compile.Filename)" />
3535
</ItemGroup>
3636
<Message Text="Proto Postprocessing" Importance="high" />
37-
<Exec Command="dotnet &quot;$(MSBuildProjectDirectory)\..\Porticle.Grpc.GuidMapper\bin\Debug\$(TargetFramework)\Porticle.Grpc.GuidMapper.dll&quot; -- %(_FilesToPostProcess.Identity)" Condition="'@(_FilesToPostProcess)' != ''" />
37+
<Exec Command="dotnet &quot;$(MSBuildProjectDirectory)\..\Porticle.Grpc.GuidMapper\bin\$(Configuration)\$(TargetFramework)\Porticle.Grpc.GuidMapper.dll&quot; -- %(_FilesToPostProcess.Identity)" Condition="'@(_FilesToPostProcess)' != ''" />
3838
</Target>
3939
</Project>

0 commit comments

Comments
 (0)