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 38f9a5f commit 858a1c6Copy full SHA for 858a1c6
.github/workflows/create-release-pr.yml
@@ -79,11 +79,15 @@ jobs:
79
echo "⚠️ .NET nuspec not found — skipping"
80
fi
81
82
+ - name: Install required .NET workloads
83
+ run: |
84
+ dotnet workload install android ios wasm-tools
85
+
86
- name: Build .NET solution
87
run: |
88
dotnet restore
89
dotnet build OneSignal.sln /t:Rebuild /p:Configuration=Release /p:Version=${{ inputs.dotnet_version }}
-
90
91
- name: Commit and push release branch
92
93
git add .
0 commit comments