From ed2371b55a0b3504a9dbae3ed1805ef073aa7ec7 Mon Sep 17 00:00:00 2001 From: Christopher Whitley Date: Fri, 17 May 2024 10:31:28 -0400 Subject: [PATCH] Removing MyGet Feed Deploy Lithiums MyGet feed won't allow the NuGet push due to the SemVersions of the package containing a 4th build number value. --- build/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Program.cs b/build/Program.cs index cca32654..1603494a 100644 --- a/build/Program.cs +++ b/build/Program.cs @@ -29,6 +29,5 @@ public sealed class DefaultTask : FrostingTask {} [TaskName("Deploy")] [IsDependentOn(typeof(DeployToGitHubTask))] -[IsDependentOn(typeof(DeployToMyGetTask))] [IsDependentOn(typeof(DeployToNuGetTask))] public sealed class DeployTask : FrostingTask {}