Skip to content

updated the workflow with backend #13

updated the workflow with backend

updated the workflow with backend #13

Triggered via push August 16, 2023 16:04
Status Failure
Total duration 4m 38s
Artifacts

backend.main.yml

on: push
build-and-deploy
4m 25s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
build-and-deploy
Execution Exception (state: ValidateParameter) (step: Invocation)
build-and-deploy
At ValidateParameter, package : cannot find 'backendapi/output'.
build-and-deploy
Deployment Failed!
build-and-deploy
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-and-deploy
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-and-deploy: backend/tests/TestCounter.cs#L7
The using directive for 'Microsoft.Extensions.Logging' appeared previously in this namespace
build-and-deploy: backend/tests/TestCounter.cs#L20
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.