Skip to content

Commit c90b240

Browse files
committed
change task format in pipeline
1 parent f2afd5d commit c90b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pool:
1414
name: 'AutomationStudioPool' # Specify your custom agent pool name here
1515
steps:
16-
- task: Checkout@v2
16+
- task: Checkout@2 # Corrected task reference format
1717
inputs:
1818
submodules: true
1919
path: "main"

0 commit comments

Comments
 (0)