File CreatorThis is a task that can be used to create a file during a build or release process. With the task you can specify the file you want to create and its content. OptionsOverwrite fileThis allows you to specify if you want to overwrite the file if it already exists. By default this is set to false. File pathWith this property you can specify the path of the file including its name. Example: File contentSpecify the content of the file you want to add. Should file end with a new lineWhen this is checked, the task will automatically add a new line at the end the created file. FeedbackFeedback is always welcome. Please submit it via creating an issue in the repository issue list. Changelog[6.0.0] 8/10/2020 |