Skip to content

Commit

Permalink
Add step to verify contents of the publish directory in Azure deploym…
Browse files Browse the repository at this point in the history
…ent workflow
  • Loading branch information
Raj committed Jan 7, 2025
1 parent 4898798 commit a2f73ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/azuredeploy.bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
output_location: 'wwwroot'
app_build_command: 'dotnet publish src/Blazor.WebAssembly -c Release -o src/Blazor.WebAssembly/wwwroot'

# Verify the contents of the publish directory
- name: Verify publish directory contents
run: ls -R src/Blazor.WebAssembly/wwwroot

# Logout of Azure
- name: Logout of Azure
run: |
Expand Down

0 comments on commit a2f73ed

Please sign in to comment.