Skip to content

estruyf/vsts-file-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VSTS File Creator build and release task

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published