Skip to content

use the same actions as release pipeline #2

use the same actions as release pipeline

use the same actions as release pipeline #2

Triggered via push July 29, 2024 16:00
Status Success
Total duration 56s
Artifacts

build.yml

on: push
build-binaries
25s
build-binaries
build-docker-standalone
19s
build-docker-standalone
build-docker-bundle
45s
build-docker-bundle
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-binaries
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-binaries: src/qest/Visualizers/TreeVisualizer.cs#L27
Non-nullable field 'Test' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'currentTest' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Models/TestStep.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestStep.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestStep.cs#L9
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestResult.cs#L55
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestResult.cs#L43
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Models/TestResult.cs#L45
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.