Skip to content

ci: add production deploy workflow #121

ci: add production deploy workflow

ci: add production deploy workflow #121

Triggered via push May 7, 2024 09:21
Status Success
Total duration 2m 33s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Ops.Tickets.Console/TicketRecord.cs#L10
'TicketRecord.TicketRecord()': new protected member declared in sealed type
Build: src/Ops.Tickets.Console/Program.cs#L27
'Program.Program()': new protected member declared in sealed type
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
'TicketErrorRecord.TicketErrorRecord()': new protected member declared in sealed type
Build: src/Ops.Tickets.Console/TicketRecord.cs#L66
Non-nullable property 'Json' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L60
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L61
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
Non-nullable property 'TicketUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L36
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Tickets.Console/TicketRecord.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.