Connecting Azure Logic App CI/CD to github

Mohamed Hussein 530 Reputation points
2024-12-27T14:18:24.4766667+00:00

Good Day,

I was trying to configure Azure Logic App standard plan CI/CD to github, but got the following error

User's image

User's image

Run pushd './.'
  pushd './.'
  dotnet build --configuration Release --output ./output
  popd
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
  env:
    AZURE_FUNCTIONAPP_PACKAGE_PATH: .
    DOTNET_VERSION: 8.0.x
    DOTNET_ROOT: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
Error: Process completed with exit code 1.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,278 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.