Skip to content

Commit

Permalink
Revert "Update publish-nuget.yml"
Browse files Browse the repository at this point in the history
This reverts commit abd8f46.
  • Loading branch information
Kevin Venclovas committed Apr 22, 2024
1 parent 2b76e59 commit 78a0a6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

- name: Add myget Store
run: dotnet nuget add source "https://www.myget.org/F/domaindrivendev/api/v3/index.json" --name "myget.org"

- name: Restore dependencies
run: dotnet restore

- name: Setup Secrets
run: dotnet user-secrets init --project ${{ env.PROJECT_NUNIT }}
Expand Down

0 comments on commit 78a0a6f

Please sign in to comment.