Skip to content

Commit 06fd068

Browse files
committed
skip ios signing
1 parent 9653ff8 commit 06fd068

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,14 @@ jobs:
135135
echo "✅ Installed build-tools:"
136136
ls -R $ANDROID_SDK_ROOT/build-tools || true
137137
138-
139-
- name: Build .NET solution
138+
- name: Build .NET solution (skip iOS signing)
140139
run: |
141140
dotnet restore
142-
dotnet build OneSignal.sln /t:Rebuild /p:Configuration=Release /p:Version=${{ inputs.dotnet_version }}
141+
dotnet build OneSignal.sln \
142+
/t:Rebuild \
143+
/p:Configuration=Release \
144+
/p:Version=${{ inputs.version }} \
145+
/p:BuildIpa=false \
146+
/p:EnableCodeSigning=false \
147+
/p:CodesignKey="" \
148+
/p:CodesignProvision=""

0 commit comments

Comments
 (0)