Skip to content

Commit

Permalink
Merge pull request #3 from Kros-sk/fixNuget
Browse files Browse the repository at this point in the history
fix nuget url
  • Loading branch information
Burgyn authored Apr 5, 2024
2 parents f1433db + 47047a2 commit f6dfb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ partial class Build : NukeBuild
readonly AbsolutePath TestResultsDirectory = RootDirectory / "TestResults";

[Parameter("Nuget API Url")]
readonly string NugetApiUrl = "https://www.nuget.org/api/v2/";
readonly string NugetApiUrl = "https://www.nuget.org/api/v2/package/";

[Parameter("Nuget API Key for this source")]
readonly string NugetApiKey = "AZ";
Expand Down

0 comments on commit f6dfb16

Please sign in to comment.