Skip to content

Commit

Permalink
build fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
buldo committed Nov 12, 2023
1 parent 9b63594 commit 5dc2eb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ class Build : NukeBuild
.SetTargetPath(OutputPath.GlobFiles("*.nupkg").First())
.SetSource("https://api.nuget.org/v3/index.json"));

DotNetNuGetPush(settings => settings
.SetApiKey(NugetApiKey)
.SetTargetPath(OutputPath.GlobFiles("*.snupkg").First())
.SetSource("https://api.nuget.org/v3/index.json"));
//DotNetNuGetPush(settings => settings
// .SetApiKey(NugetApiKey)
// .SetTargetPath(OutputPath.GlobFiles("*.snupkg").First())
// .SetSource("https://api.nuget.org/v3/index.json"));
});
}

0 comments on commit 5dc2eb6

Please sign in to comment.