Skip to content

Commit 94b96f3

Browse files
authored
Merge pull request #3880 from IgniteUI/sstoychev/fix-cd-master
CD Fixes for prod
2 parents 4a303cc + 5dec8da commit 94b96f3

4 files changed

Lines changed: 1813 additions & 2742 deletions

File tree

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Update package.json with base href
112112
run: |
113-
sed -i 's|--configuration production|--base-href=${{ matrix.base_href }} --configuration production|g' package.json
113+
sed -i 's|--configuration production|--base-href=/${{ matrix.base_href }}/ --configuration production|g' package.json
114114
115115
- name: Generate live-editing
116116
run: npm ${{ matrix.custom_command }}

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
trigger: none
2+
pr: none
23

34
pool:
45
vmImage: 'ubuntu-latest'

0 commit comments

Comments
 (0)