File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# Build the IPA
42
42
# NuGet.config file cannot be in the build directory due same cause as to https://github.com/dotnet/aspnetcore/issues/41397
43
- precommands .execute (['/p:_RequireCodeSigning =false' , '/p:ApplicationId=net.dot.mauiblazortesting' ])
43
+ precommands .execute (['/p:EnableCodeSigning =false' , '/p:ApplicationId=net.dot.mauiblazortesting' ])
44
44
45
45
output_dir = const .PUBDIR
46
46
if precommands .output :
Original file line number Diff line number Diff line change 26
26
no_restore = False )
27
27
28
28
# Build the APK
29
- precommands .execute (['/p:_RequireCodeSigning =false' , '/p:ApplicationId=net.dot.mauitesting' ])
29
+ precommands .execute (['/p:EnableCodeSigning =false' , '/p:ApplicationId=net.dot.mauitesting' ])
30
30
31
31
# Remove the aab files as we don't need them, this saves space
32
32
output_dir = const .PUBDIR
Original file line number Diff line number Diff line change 25
25
no_restore = False )
26
26
27
27
# Build the APK
28
- precommands .execute (['/p:_RequireCodeSigning =false' , '/p:ApplicationId=net.dot.xamarintesting' ])
28
+ precommands .execute (['/p:EnableCodeSigning =false' , '/p:ApplicationId=net.dot.xamarintesting' ])
29
29
30
30
# Remove the aab files as we don't need them, this saves space
31
31
output_dir = const .PUBDIR
You can’t perform that action at this time.
0 commit comments