Skip to content

Commit

Permalink
Merge pull request #856 from AristurtleDev/disable/myget-feed
Browse files Browse the repository at this point in the history
Removing MyGet Feed Deploy
  • Loading branch information
AristurtleDev committed May 17, 2024
2 parents 0a25e0b + ed2371b commit d650e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

0 comments on commit d650e64

Please sign in to comment.