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.
This commit is contained in:
Christopher Whitley
2024-05-17 10:31:28 -04:00
parent 0a25e0bdf7
commit ed2371b55a
-1
View File
@@ -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 {}