Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Fallout.Migrate/MigrateCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading