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 b07b409 commit 10b8465Copy full SHA for 10b8465
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
VERSION="${VERSION//v}"
20
nuget restore
21
cd sdk/Notifo.SDK/
22
- msbuild Notifo.SDK.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
+ msbuild Notifo.SDK.Core.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
23
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
24
cd ../Notifo.SDK.FirebasePlugin/
25
msbuild Notifo.SDK.FirebasePlugin.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
0 commit comments