Skip to content

Commit

Permalink
Revert "Check deploy"
Browse files Browse the repository at this point in the history
This reverts commit e7cc94a.
  • Loading branch information
Boris committed Jul 30, 2024
1 parent e7cc94a commit c6345a4
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 @@ -33,7 +33,7 @@ class Build : NukeBuild

[Parameter("API Key for the NuGet server.")] [Secret] readonly string NugetApiKey;

[Parameter("NuGet server URL.")] readonly string NugetSource = "https://api.nugettest.org/v3/index.json";
[Parameter("NuGet server URL.")] readonly string NugetSource = "https://api.nuget.org/v3/index.json";

[Parameter("NuGet package version.")] readonly string PackageVersion;

Expand Down

0 comments on commit c6345a4

Please sign in to comment.