Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,278 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good Day,
I was trying to configure Azure Logic App standard plan CI/CD to github, but got the following error
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.