Skip to content

Commit

Permalink
commited
Browse files Browse the repository at this point in the history
  • Loading branch information
r-manimaran committed Jan 9, 2025
1 parent 2e81a35 commit f428a9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{secrets.AZURE_CREDENTIALS}}

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

- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
id: fa
Expand Down

0 comments on commit f428a9c

Please sign in to comment.