Skip to content

Commit 4843431

Browse files
committed
Update SWA workflow: skip builds, adjust output_location
Changed output_location to empty string for pre-built upload. Added skip_api_build and skip_app_build to bypass build steps.
1 parent 62afc5c commit 4843431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-static-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
action: "upload"
6363
app_location: "output/wwwroot" # Path to your .csproj folder
6464
api_location: "" # Leave empty if no API
65-
output_location: "output/wwwroot"
65+
output_location: "" # Leave empty when using 'upload' action with a pre-built app
6666
skip_api_build: true
6767
skip_app_build: true
6868

0 commit comments

Comments
 (0)