cake-contrib / Cake.Recipe

:page_with_curl: A set of convention based Cake scripts
https://cake-contrib.github.io/Cake.Recipe
MIT License
70 stars 53 forks source link

Add ability to control KuduSync ignore list #992

Closed gep13 closed 10 months ago

gep13 commented 10 months ago

Right now, it is not possible to control the ignore list that is used by KuduSync. This is hardcoded to:

Kudu.Sync(BuildParameters.Paths.Directories.PublishedDocumentation, publishFolder, new KuduSyncSettings {
    ArgumentCustomization = args=>args.Append("--ignore").AppendQuoted(".git;CNAME")
});

It should be possible to control this via a ToolSettings property, similar to what is done for other tools.

cake-contrib-bot commented 10 months ago

:tada: This issue has been resolved in version 3.1.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: