We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7575671 commit e4279d6Copy full SHA for e4279d6
build/Program.cs
@@ -66,7 +66,7 @@ static void Main(string[] args)
66
Console.WriteLine("Feedz API key not available. Packages will not be pushed.");
67
return;
68
}
69
- Console.WriteLine("Feedz API Key availabile. Pushing packages to Feedz...");
+ Console.WriteLine("Feedz API Key available. Pushing packages to Feedz...");
70
foreach (var packageToPush in packagesToPush)
71
{
72
Run("dotnet", $"nuget push {packageToPush} -s https://f.feedz.io/dh/oss-ci/nuget/index.json -k {apiKey} --skip-duplicate", noEcho: true);
0 commit comments