Skip to content

Commit

Permalink
Update AzureFunction.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Oct 13, 2024
1 parent 64310f5 commit ff97219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AzureFunction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Install dependencies
run: dotnet restore ${{ env.app_path }}/*.csproj

- name: 'Resolve Project Dependencies Using Dotnet'
- name: 'Build'
shell: bash
run: |
pushd ${{ env.app_path }}
pushd ${{ env.app_root }}
dotnet build --configuration Release --output ./output
popd
Expand Down

0 comments on commit ff97219

Please sign in to comment.