-
Couldn't load subscription status.
- Fork 1
Closed
Description
I ran the hook and it showed me this output:
Invoking post_version hook...
patching [object Object] in ./src/ubiquitous/Ubiquitous.csproj
1.3.3-pre.70+18193237869.5
The [object Object] appears to be console logging a SemVer object that was expected to be a version string. Or maybe its a regex match object, either way it should be formatted as a string properly.
Expected:
patching [1.3.3] in ./src/ubiquitous/Ubiquitous.csproj
Actual
patching [object Object] in ./src/ubiquitous/Ubiquitous.csproj
Copilot
Metadata
Metadata
Assignees
Labels
No labels