What's the difference between the Arguments and Configuration properties of ICakeContext? #4665
-
|
What are they for and when should I use one or the other? As far as I can see, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 32 replies
-
|
Configuration has multiple sources, values are postprocessed, expanded, and divided into sections. ( https://cakebuild.net/docs/running-builds/configuration/ )
Arguments are command-line arguments. |
Beta Was this translation helpful? Give feedback.

Configuration has multiple sources, values are postprocessed, expanded, and divided into sections. ( https://cakebuild.net/docs/running-builds/configuration/ )
Arguments are command-line arguments.