Skip to content

Commit 05ff4d0

Browse files
authored
Fix the output location of the build
1 parent e45a0f3 commit 05ff4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-blue-hill-014b1a810.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3030
app_location: "src/PlannerApp" # App source code path
3131
api_location: "Api" # Api source code path - optional
32-
output_location: "App/Build" # Built app content directory - optional
32+
output_location: "wwwroot" # Built app content directory - optional
3333
###### End of Repository/Build Configurations ######
3434

3535
close_pull_request_job:

0 commit comments

Comments
 (0)