Skip to content

Commit 2627b39

Browse files
committed
ci: Restores workloads and checks build errors
This commit ensures workloads are restored and build errors are checked during the release process.
1 parent 193b0a8 commit 2627b39

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ jobs:
133133
git diff --staged --quiet && exit 0
134134
git commit -m "Release $VERSION" && git push
135135
136+
- name: Restore workloads
137+
run: dotnet workload restore
138+
136139
- name: Check Build Errors
137140
run: |
138-
# Build only net10.0 targets to verify no compilation errors
139141
echo "Building Android SDK..."
140142
dotnet build OneSignalSDK.DotNet.Android/OneSignalSDK.DotNet.Android.csproj -c Release -f net10.0-android
141143
echo "Building iOS SDK..."

0 commit comments

Comments
 (0)