Skip to content

Commit

Permalink
Update azure-functions-app-dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevarajK authored Dec 27, 2023
1 parent aaaaae3 commit cb02b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-functions-app-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: pwsh # For Linux, use bash
run: |
pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
dotnet build Photos/Photos.sln --configuration Release --output ./output
dotnet build Photos/Photos/Photos.csproj --configuration Release --output ./output
popd
- name: 'Run Azure Functions Action'
Expand Down

0 comments on commit cb02b1e

Please sign in to comment.