Skip to content

Commit

Permalink
removing pdb target copy
Browse files Browse the repository at this point in the history
  • Loading branch information
snamilikonda authored Dec 12, 2024
1 parent d7bc10c commit 05403cf
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<MySourceFiles Include="..\..\bin\$(configuration)\Microsoft.PowerApps.TestEngine\Microsoft.PowerApps.TestEngine.pdb" />
</ItemGroup>

<Target Name="CopyFiles" AfterTargets="AfterBuild">
<Copy SourceFiles="@(MySourceFiles)" DestinationFolder="..\..\bin\$(configuration)\PowerAppsTestEngine" />
</Target>
</Project>

0 comments on commit 05403cf

Please sign in to comment.