This repository was archived by the owner on May 15, 2025. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
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