Skip to content

Commit 2d13353

Browse files
committed
5.3 in stable
1 parent e76cf82 commit 2d13353

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)