Skip to content

Commit

Permalink
Back to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMac committed Sep 3, 2023
1 parent 9694f37 commit 1ccdea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
script-path: build.cake
target: pushpackages
env:
NUGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

services:
redis:
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Task("PushPackages")
var settings = new DotNetNuGetPushSettings
{
//Source = "https://api.nuget.org/v3/index.json",
Source = "https://www.myget.org/F/nimbusapi/api/v3/index.json",
Source = "https://api.nuget.org/v3/index.json",
//Source = "https://www.myget.org/F/nimbusapi/api/v3/index.json",
ApiKey = nugetApiKey,
};
Expand Down

0 comments on commit 1ccdea0

Please sign in to comment.