Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>File Creator

File Creator

Elio Struyf

eliostruyf.com
|
7,569 installs
| (3) | Free
This extension allows you to create a new file during your build or release pipeline.

File Creator

This 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.

File creator options

Options

Overwrite file

This allows you to specify if you want to overwrite the file if it already exists. By default this is set to false.

File path

With this property you can specify the path of the file including its name. Example: folder/filename.txt.

File content

Specify the content of the file you want to add.

Should file end with a new line

When this is checked, the task will automatically add a new line at the end the created file.

Feedback

Feedback is always welcome. Please submit it via creating an issue in the repository issue list.

Changelog

[6.0.0] 8/10/2020

  • #7: Added verbose logging setting
  • #8: Fix for SyntaxError in block-scoped declarations
  • #9: Added support for creating empty files
  • #12: Switched the string setting to filePath to be able to select your path
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft