Skip to content

Commit

Permalink
adding defaultpushsource to nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
rlovely committed Jan 11, 2024
1 parent f72e858 commit aebb555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: dotnet test --verbosity normal

- name: Publish
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY}
6 changes: 3 additions & 3 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<config>
<add key="DefaultPushSource" value="https://api.nuget.org/v3/index.json" protocolVersion="3"/>
</config>
</configuration>

0 comments on commit aebb555

Please sign in to comment.