File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : macos-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
16
16
- name : setup dotnet
17
17
uses : actions/setup-dotnet@v3
34
34
cd ../Notifo.SDK.FirebasePlugin/
35
35
msbuild Notifo.SDK.FirebasePlugin.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
36
36
dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
37
+ cd ../Notifo.SDK.Notifo.SDK.Worker/
38
+ msbuild Notifo.SDK.Worker.csproj /verbosity:normal /t:Rebuild /p:Configuration=Release /p:Version=$VERSION
39
+ dotnet nuget push bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
37
40
38
41
39
42
You can’t perform that action at this time.
0 commit comments