diff --git a/build/Build.cs b/build/Build.cs index dfe46d3..3a8f2ee 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -27,7 +27,7 @@ GitHubActionsImage.WindowsLatest, On = new[] { GitHubActionsTrigger.Push }, ImportSecrets = new[] { nameof(GitHubToken) }, - InvokedTargets = new[] { nameof(Compile) })] + InvokedTargets = new[] { nameof(Clean) })] class Build : NukeBuild { /// Support plugins are available for: