Skip to content

Commit 438ace9

Browse files
committed
Update app_location in Azure SWA workflow
Updated the `app_location` in `azure-static-web-apps-calm-plant-04da70210.yml` from an empty string to `BlazorBootstrap.Demo.WebAssembly`. This ensures the workflow correctly identifies the app's source code path for building and deploying the application.
1 parent d794177 commit 438ace9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/azure-static-web-apps-calm-plant-04da70210.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
4141
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
4242
#app_location: "Client" # App source code path
43-
app_location: "" # App source code path
43+
app_location: "BlazorBootstrap.Demo.WebAssembly" # App source code path
4444
#api_location: "Api" # Api source code path - optional
4545
#output_location: "wwwroot" # Built app content directory - optional
46+
app_build_command: 'dotnet publish --configuration Release --output build'
4647
###### End of Repository/Build Configurations ######
4748

4849
close_pull_request_job:

0 commit comments

Comments
 (0)