Skip to content

Commit 9cc0ed7

Browse files
committed
chore(*): fixing wrong command
1 parent 7662d04 commit 9cc0ed7

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)