Implement Cleanup rules from Nuke to Teamcity #1271
Unanswered
pavenhimselfx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement cleanup rules in my TeamCity Enterprise with my .NET Nuke implementation.
I can't seem to find any documentation or examples with this subject.
I have found the kotlin code of my cleanup rules, but how does one implement it in .NET C# code with Nuke?
cleanup { baseRule { all(days = 7) history(days = 4) artifacts(days = 1) preventDependencyCleanup = false } }
Best regards,
Pavenhimself
Beta Was this translation helpful? Give feedback.
All reactions