Skip to content

Commit 796bd3d

Browse files
committed
Fix ident
1 parent 6e7b6e5 commit 796bd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scenarios/mauiios/pre.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
no_restore=False)
3030

3131
# Build the IPA - will use merged NuGet.config
32-
# TODO: Remove /p:TargetsCurrent=true once https://github.com/dotnet/performance/issues/5055 is resolved
33-
precommands.execute(['/p:EnableCodeSigning=false', '/p:ApplicationId=net.dot.mauitesting', '/p:TargetsCurrent=true'])
32+
# TODO: Remove /p:TargetsCurrent=true once https://github.com/dotnet/performance/issues/5055 is resolved
33+
precommands.execute(['/p:EnableCodeSigning=false', '/p:ApplicationId=net.dot.mauitesting', '/p:TargetsCurrent=true'])
3434
# NuGet.config is automatically restored after this block
3535

3636
# Remove the aab files as we don't need them, this saves space

0 commit comments

Comments
 (0)