Skip to content

Commit

Permalink
feat: add azure cli def
Browse files Browse the repository at this point in the history
  • Loading branch information
hasayake97 committed Apr 24, 2024
1 parent 171207b commit 209e322
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ 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: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
app_location: "/app" # App source code path
api_location: "api" # Api source code path - optional
output_location: "out" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 209e322

Please sign in to comment.