updated the workflow with backend #13
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.
|