diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index 2c296382c..30ec6fc45 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -26,6 +26,9 @@ steps: GitHubName: $(GitHub.Name) GitHubEmail: $(GitHub.Email) + # TODO: Merge latest data/* and server/src/FilterLists.Data.Migrations/* from origin/master. + # TODO: If data/* and server/src/FilterLists.Data.Migrations/* change in origin/master, re-trigger this Pipeline. + - bash: | LASTMSG=$(git log -n 1 --pretty=format:"%s") echo "Last commit message: $LASTMSG"