Skip to content

Commit 09d3fe5

Browse files
authored
Merge pull request #3639 from IgniteUI/sstoychev/finalize-yml
chore(*): fixing wrong command
2 parents 9497cc4 + 9cc0ed7 commit 09d3fe5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure-devops/app-cd.yml

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

1919
steps:
2020
- checkout: self
21-
preserveCredentials: true
21+
persistCredentials: true
2222
clean: true
2323
fetchTags: true
2424

azure-devops/app-crm-cd-yml

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

1919
steps:
2020
- checkout: self
21-
preserveCredentials: true
21+
persistCredentials: true
2222
clean: true
2323
fetchTags: true
2424

azure-devops/app-lob-cd.yml

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

1919
steps:
2020
- checkout: self
21-
preserveCredentials: true
21+
persistCredentials: true
2222
clean: true
2323
fetchTags: true
2424

0 commit comments

Comments
 (0)