cleanup, renaming and so on...

This commit is contained in:
2018-03-27 11:28:30 +02:00
parent 64a2c35c0c
commit c4132b4061
9 changed files with 64 additions and 49 deletions

View File

@ -144,7 +144,7 @@ namespace KattekerCreator
var pathToFile = Path.Combine(_tempDir, Constants.KattekerConfig);
var kattekerConfig = new KattekerConfig
{
PublishDir = _appArguments.PublishDir ?? _appArguments.OutputDir,
Publish = _appArguments.PublishDir ?? _appArguments.OutputDir,
Changelog = _appArguments.ChangeLog
};
kattekerConfig.WriteToFile(pathToFile);