From 178d04a77a462c497de4f6855d6c48c2f872ce20 Mon Sep 17 00:00:00 2001 From: ssmodish Date: Fri, 19 Jul 2024 00:35:25 +0000 Subject: [PATCH] further refinements --- .../azure-static-web-apps-black-sand-06df6ac0f.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-black-sand-06df6ac0f.yml b/.github/workflows/azure-static-web-apps-black-sand-06df6ac0f.yml index dfe8078..43b4859 100644 --- a/.github/workflows/azure-static-web-apps-black-sand-06df6ac0f.yml +++ b/.github/workflows/azure-static-web-apps-black-sand-06df6ac0f.yml @@ -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 @@ -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: