diff --git a/src/Fallout.Migrate/MigrateCommand.cs b/src/Fallout.Migrate/MigrateCommand.cs index 2078cde3..92a5f679 100644 --- a/src/Fallout.Migrate/MigrateCommand.cs +++ b/src/Fallout.Migrate/MigrateCommand.cs @@ -24,6 +24,7 @@ Migrate a NUKE consumer repo to Fallout. - Rewrites `dotnet nuke` -> `dotnet fallout` and legacy NUKE_* env vars in build.cmd / build.ps1 / build.sh - Renames .nuke/ to .fallout/ + - Removes legacy NUKE_ENTERPRISE_TOKEN check from bootstrapper scripts, if exists - Prints a summary of files changed and warnings to address manually """)] [UsedImplicitly]