Dale Nicholls

Results 1 comments of Dale Nicholls

I've written a bat script to get round this issue and use _config_bake.yml & _config_taste.yml file ``` @echo off set source=C:\src\ set dest=C:\build\ copy %source%_config_bake.yml %source%_config.yml /Y Pretzel.exe bake %source%...