Skip to content

Commit

Permalink
further refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmodish committed Jul 19, 2024
1 parent 76c33a4 commit 178d04a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/azure-static-web-apps-black-sand-06df6ac0f.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
working-directory: ./base-client

- name: Build Angular app
run: npm run build -- --configuration production
run: npm run build -- --configuration production --output-path dist/base-client
working-directory: ./base-client

- name: List dist contents
run: ls -R dist
working-directory: ./base-client

- name: Display angular.json
run: cat angular.json
working-directory: ./base-client

- name: Build And Deploy
Expand All @@ -52,6 +60,7 @@ jobs:
app_location: "./base-client" # App source code path
api_location: "./base-api" # Api source code path - optional
output_location: "dist/base-client" # Built app content directory - optional
app_artifact_location: "dist/base-client"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 178d04a

Please sign in to comment.