Skip to content

Commit 2e5e58b

Browse files
committed
Resume publish to nuget
1 parent 080b942 commit 2e5e58b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
- name: Validate Elmah.Io.AspNetCore.HealthChecks
5858
run: dotnet-validate package local src/Elmah.Io.AspNetCore.HealthChecks/bin/Release/Elmah.Io.AspNetCore.HealthChecks.5.2.${{ github.run_number }}-pre.nupkg
5959

60-
# - name: Push Elmah.Io.AspNetCore to nuget.org
61-
# run: dotnet nuget push src/Elmah.Io.AspNetCore/bin/Release/Elmah.Io.AspNetCore.5.2.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
62-
# if: ${{ github.event_name == 'push' }}
63-
# - name: Push Elmah.Io.AspNetCore.TagHelpers to nuget.org
64-
# run: dotnet nuget push src/Elmah.Io.AspNetCore.TagHelpers/bin/Release/Elmah.Io.AspNetCore.TagHelpers.5.2.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
65-
# if: ${{ github.event_name == 'push' }}
66-
# - name: Push Elmah.Io.AspNetCore.HealthChecks to nuget.org
67-
# run: dotnet nuget push src/Elmah.Io.AspNetCore.HealthChecks/bin/Release/Elmah.Io.AspNetCore.HealthChecks.5.2.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
68-
# if: ${{ github.event_name == 'push' }}
60+
- name: Push Elmah.Io.AspNetCore to nuget.org
61+
run: dotnet nuget push src/Elmah.Io.AspNetCore/bin/Release/Elmah.Io.AspNetCore.5.2.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
62+
if: ${{ github.event_name == 'push' }}
63+
- name: Push Elmah.Io.AspNetCore.TagHelpers to nuget.org
64+
run: dotnet nuget push src/Elmah.Io.AspNetCore.TagHelpers/bin/Release/Elmah.Io.AspNetCore.TagHelpers.5.2.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
65+
if: ${{ github.event_name == 'push' }}
66+
- name: Push Elmah.Io.AspNetCore.HealthChecks to nuget.org
67+
run: dotnet nuget push src/Elmah.Io.AspNetCore.HealthChecks/bin/Release/Elmah.Io.AspNetCore.HealthChecks.5.2.${{ github.run_number }}-pre.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
68+
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)