Merge pull request #856 from AristurtleDev/disable/myget-feed

Removing MyGet Feed Deploy
This commit is contained in:
Christopher Whitley
2024-05-17 10:38:51 -04:00
committed by GitHub
-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 {}