We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7b6e5 commit 796bd3dCopy full SHA for 796bd3d
src/scenarios/mauiios/pre.py
@@ -29,8 +29,8 @@
29
no_restore=False)
30
31
# 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'])
+ # TODO: Remove /p:TargetsCurrent=true once https://github.com/dotnet/performance/issues/5055 is resolved
+ precommands.execute(['/p:EnableCodeSigning=false', '/p:ApplicationId=net.dot.mauitesting', '/p:TargetsCurrent=true'])
34
# NuGet.config is automatically restored after this block
35
36
# Remove the aab files as we don't need them, this saves space
0 commit comments