Skip to content

Commit 94e32e4

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent eb5ef62 commit 94e32e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ pool: Default
3737
jobs:
3838
- job: testb
3939
steps:
40-
# - checkout: self
41-
# - checkout: kmmtestrepo-a
40+
- checkout: self
41+
- checkout: kmmtestrepo-a
4242
- template: template.yml
4343

4444
- task: Bash@3
@@ -51,6 +51,7 @@ jobs:
5151
echo "current dir is $(Build.SourcesDirectory)"
5252
echo "source branch is $(Build.SourceBranch)"
5353
echo "trigger branch is $(trigger_branch)"
54+
echo "default working directory $(System.DefaultWorkingDirectory)"
5455
echo testabc
5556
5657

0 commit comments

Comments
 (0)