Update azure-static-web-apps.yml

This commit is contained in:
2024-03-07 22:25:55 +00:00
committed by GitHub
parent 3affeac196
commit 1e2c878ee2

View File

@@ -28,8 +28,8 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/BeauFindlay/BeauFindlay" # App source code path
api_location: "Api" # Api source code path - optional
app_location: "/BeauFindlay/src/BeauFindlay.Client" # App source code path
api_location: "/BeauFindlay/src/BeauFindlay.Api" # Api source code path - optional
output_location: "wwwroot" # Built app content directory - optional
###### End of Repository/Build Configurations ######