Cake Build addin for creating ISO files.
NuGet Release | NuGet Prerelease |
---|---|
If you like or are using this project please give it a star. Thanks!
Add the following reference to your Cake script:
#addin "Cake.ISO"
var inputDir = "C:\path\to\files";
var outputDir = "C:\path\to\output.iso";
var volumeLabel = "MY_PROJECT";
CreateIso(inputDir, outputDir, volumeLabel);
- Enable support for bootable ISOs
For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.
Click on the Releases tab on GitHub.
Copyright © 2017-2021 Cake Contributors - Provided under the MIT License.