@@ -51,18 +51,18 @@ jobs:
51
51
- name : Test
52
52
run : dotnet test --no-restore --verbosity normal
53
53
- name : Pack Elmah.Io.Log4Net
54
- run : dotnet pack --configuration Release src/Elmah.Io.Log4Net/Elmah.Io.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}-pre
54
+ run : dotnet pack --configuration Release src/Elmah.Io.Log4Net/Elmah.Io.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}
55
55
- name : Pack Elmah.Io.AspNetCore.Log4Net
56
- run : dotnet pack --configuration Release src/Elmah.Io.AspNetCore.Log4Net/Elmah.Io.AspNetCore.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}-pre
56
+ run : dotnet pack --configuration Release src/Elmah.Io.AspNetCore.Log4Net/Elmah.Io.AspNetCore.Log4Net.csproj /p:Version=5.1.${{ github.run_number }}
57
57
- name : Install dotnet-validate
58
58
run : dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
59
59
- name : Validate Elmah.Io.Log4Net
60
- run : dotnet-validate package local src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}-pre .nupkg
60
+ run : dotnet-validate package local src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}.nupkg
61
61
- name : Validate Elmah.Io.AspNetCore.Log4Net
62
- run : dotnet-validate package local src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}-pre .nupkg
62
+ run : dotnet-validate package local src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}.nupkg
63
63
- name : Push Elmah.Io.Log4Net to nuget.org
64
- run : dotnet nuget push src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}-pre .nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
64
+ run : dotnet nuget push src/Elmah.Io.Log4Net/bin/Release/Elmah.Io.Log4Net.5.1.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
65
65
if : ${{ github.event_name == 'push' }}
66
66
- name : Push Elmah.Io.AspNetCore.Log4Net to nuget.org
67
- run : dotnet nuget push src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}-pre .nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
67
+ run : dotnet nuget push src/Elmah.Io.AspNetCore.Log4Net/bin/Release/Elmah.Io.AspNetCore.Log4Net.5.1.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
68
68
if : ${{ github.event_name == 'push' }}
0 commit comments