Had an odd one
So
unity command build_status
Error: This Editor’s Unity Pipeline package is too old to parse command lines. Update it to 0.6.0-exp.1 or newer with unity pipeline upgrade.
So I ugpraded
unity pipeline upgrade
Pipeline package upgrade starting…
Current directory is a Unity project: minesweeper
Unity project validated (version: 6000.7.0a5)
Resolving latest version of com.unity.pipeline from the Unity registry…
Latest version: 0.6.0-exp.1
Upgrading com.unity.pipeline: 0.5.0-exp.1 → 0.6.0-exp.1
Updated “com.unity.pipeline” to “0.6.0-exp.1” in Packages/manifest.json
Upgrade complete!
Unity Editor will resolve the package when the project is opened
great.
except
in the editor
Library\PackageCache\com.unity.pipeline@9bb4172c603c\Editor\EditorDialogStateMirror.cs(27,38): error CS0246: The type or namespace name ‘DialogEventInfo’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.pipeline@9bb4172c603c\Editor\EditorDialogStateMirror.cs(42,39): error CS0246: The type or namespace name ‘DialogEventInfo’ could not be found (are you missing a using directive or an assembly reference?)
(reported IN-152905)