Skip to content

Commit 9497cc4

Browse files
authored
Merge pull request #3638 from IgniteUI/sstoychev/finalize-yml
fix(*): try to use preservecred for git push
2 parents 45d39bf + 7662d04 commit 9497cc4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

azure-devops/app-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818

1919
steps:
2020
- checkout: self
21+
preserveCredentials: true
2122
clean: true
2223
fetchTags: true
2324

azure-devops/app-crm-cd-yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818

1919
steps:
2020
- checkout: self
21+
preserveCredentials: true
2122
clean: true
2223
fetchTags: true
2324

azure-devops/app-lob-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818

1919
steps:
2020
- checkout: self
21+
preserveCredentials: true
2122
clean: true
2223
fetchTags: true
2324

0 commit comments

Comments
 (0)