File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,24 @@ jobs:
4242 exit 1
4343 fi
4444 fi
45+
4546 - name : Build
4647 run : dotnet build --configuration Release --no-restore
48+
4749 - name : Test
4850 run : dotnet test --no-restore --verbosity normal
51+
4952 - name : Pack
50- run : dotnet pack --configuration Release src/Serilog.Sinks.ElmahIo/Serilog.Sinks.ElmahIo.csproj /p:Version=5.3.${{ github.run_number }}-pre
53+ run : dotnet pack --configuration Release src/Serilog.Sinks.ElmahIo/Serilog.Sinks.ElmahIo.csproj /p:Version=5.3.${{ github.run_number }}
54+
5155 - name : Install dotnet-validate
52- run : dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
56+ run : dotnet tool install --global dotnet-validate --version 0.0.1-preview.537
57+
5358 - name : Validate
54- run : dotnet validate package local src/Serilog.Sinks.ElmahIO/bin/Release/Serilog.Sinks.ElmahIo.5.3.${{ github.run_number }}-pre.nupkg
59+ run : dotnet validate package local src/Serilog.Sinks.ElmahIO/bin/Release/Serilog.Sinks.ElmahIo.5.3.${{ github.run_number }}.nupkg
60+
5561 - name : Push
56- run : dotnet nuget push src/Serilog.Sinks.ElmahIo/bin/Release/Serilog.Sinks.ElmahIo.5.3.${{ github.run_number }}-pre .nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
62+ run : dotnet nuget push src/Serilog.Sinks.ElmahIo/bin/Release/Serilog.Sinks.ElmahIo.5.3.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
5763 if : ${{ github.event_name == 'push' }}
5864
5965 - name : Refresh Bugster
You can’t perform that action at this time.
0 commit comments